aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorRussell Yanofsky <russ@yanofsky.org>2020-11-24 10:13:23 -0500
committerRussell Yanofsky <russ@yanofsky.org>2020-11-24 10:13:23 -0500
commit12bd0fc9d70333c54c83ebb08c734272dbd330c2 (patch)
tree325d5091ba8759fd2cfb2c8340139c72dbcdb8fd /src/Makefile.am
parent31c9987976af8ac5ad40091256ac41a2ccb078cd (diff)
downloadbitcoin-12bd0fc9d70333c54c83ebb08c734272dbd330c2.tar.xz
Move NodeImpl from interfaces/node.cpp to node/interfaces.cpp
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 0409faee1e..dee2bc77fd 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -300,13 +300,13 @@ libbitcoin_server_a_SOURCES = \
index/txindex.cpp \
init.cpp \
interfaces/chain.cpp \
- interfaces/node.cpp \
miner.cpp \
net.cpp \
net_processing.cpp \
node/coin.cpp \
node/coinstats.cpp \
node/context.cpp \
+ node/interfaces.cpp \
node/psbt.cpp \
node/transaction.cpp \
node/ui_interface.cpp \