diff options
author | Jon Atack <jon@atack.com> | 2020-05-31 14:11:21 +0200 |
---|---|---|
committer | Jon Atack <jon@atack.com> | 2020-06-01 15:08:36 +0200 |
commit | cb00510dbac99b44f3f2cf6e58bb2e4401c5ef28 (patch) | |
tree | 468a63e35829f1ee4499edb2cf25c64eaa1c9495 /src/Makefile.am | |
parent | 9bc7751cadbd038faf8ac1d62cda23fcf00d4cc2 (diff) |
rpc: create rpc/mining.h, hoist default max tries values to constant
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 2b004691fd..2d6b2b1a5d 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -184,6 +184,7 @@ BITCOIN_CORE_H = \ reverse_iterator.h \ rpc/blockchain.h \ rpc/client.h \ + rpc/mining.h \ rpc/protocol.h \ rpc/rawtransaction_util.h \ rpc/register.h \ |