Wallet utility needs unsigned int MAX_BLOCK_SIGOPS = 20000;

This commit is contained in:
jl777
2018-04-26 23:43:05 +03:00
parent b32a9f1a5f
commit 5725f8ea5d

View File

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