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() {