refactor: Add and use EnsureConnman in rpc code

This commit is contained in:
MarcoFalke
2021-04-17 20:59:17 +02:00
parent faabeb854a
commit fafb68add5
4 changed files with 70 additions and 51 deletions

View File

@@ -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 \