Browse Source

Wallet utility needs unsigned int MAX_BLOCK_SIGOPS = 20000;

pull/4/head
jl777 6 years ago
parent
commit
5725f8ea5d
  1. 1
      src/wallet-utility.cpp

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

Loading…
Cancel
Save