From 5725f8ea5df57206fcc0205a566504e2df90448b Mon Sep 17 00:00:00 2001 From: jl777 Date: Thu, 26 Apr 2018 23:43:05 +0300 Subject: [PATCH] Wallet utility needs unsigned int MAX_BLOCK_SIGOPS = 20000; --- src/wallet-utility.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/wallet-utility.cpp b/src/wallet-utility.cpp index a0adc8684..42875d868 100644 --- a/src/wallet-utility.cpp +++ b/src/wallet-utility.cpp @@ -16,6 +16,7 @@ uint16_t BITCOIND_RPCPORT = 7771; uint16_t ASSETCHAINS_P2PPORT,ASSETCHAINS_RPCPORT; uint32_t ASSETCHAIN_INIT,ASSETCHAINS_CC; uint32_t ASSETCHAINS_MAGIC = 2387029918; +unsigned int MAX_BLOCK_SIGOPS = 20000; void show_help() {