diff options
author | dergoegge <n.goeggi@gmail.com> | 2023-04-20 13:05:23 +0200 |
---|---|---|
committer | dergoegge <n.goeggi@gmail.com> | 2023-07-24 18:30:59 +0200 |
commit | 8b877259217c6da316153afb136a55c2dbd401c2 (patch) | |
tree | c81121551a7123009a4b805d284aab4ab8e989ff /src/Makefile.am | |
parent | d23fda05842ba4539b225bbab01b94df0060f697 (diff) |
[net processing] Introduce PeerManager options
Diffstat (limited to 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index e1ae049b15..aba6f00756 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -224,6 +224,7 @@ BITCOIN_CORE_H = \ node/miner.h \ node/mini_miner.h \ node/minisketchwrapper.h \ + node/peerman_args.h \ node/psbt.h \ node/transaction.h \ node/txreconciliation.h \ @@ -421,6 +422,7 @@ libbitcoin_node_a_SOURCES = \ node/miner.cpp \ node/mini_miner.cpp \ node/minisketchwrapper.cpp \ + node/peerman_args.cpp \ node/psbt.cpp \ node/transaction.cpp \ node/txreconciliation.cpp \ |