diff options
author | MarcoFalke <falke.marco@gmail.com> | 2021-04-17 20:59:17 +0200 |
---|---|---|
committer | MarcoFalke <falke.marco@gmail.com> | 2021-04-19 13:04:23 +0200 |
commit | fafb68add5e16e8bd5b9428bcffcaee2639747cf (patch) | |
tree | 990c05dc7743dadfc8e0c280b92169c16f5494f1 /src/Makefile.am | |
parent | faabeb854a6e46b46e4f26b22dc2c81e68e2d863 (diff) |
refactor: Add and use EnsureConnman in rpc code
Diffstat (limited to 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index ddeccd85ea..e25e210e1e 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -199,6 +199,7 @@ BITCOIN_CORE_H = \ rpc/blockchain.h \ rpc/client.h \ rpc/mining.h \ + rpc/net.h \ rpc/protocol.h \ rpc/rawtransaction_util.h \ rpc/register.h \ |