Browse Source

Test

pull/4/head
jl777 7 years ago
parent
commit
ad9a8c35d6
  1. 2
      src/util.cpp
  2. 1
      src/zcash/CreateJoinSplit.cpp

2
src/util.cpp

@ -644,7 +644,7 @@ void ReadConfigFile(map<string, string>& mapSettingsRet,
// If datadir is changed in .conf file:
ClearDatadirCache();
extern uint16_t BITCOIND_PORT;
BITCOIND_PORT = GetArg("-rpcport",BITCOIND_PORT);
BITCOIND_PORT = GetArg("-rpcport",BaseParams().RPCPort());
fprintf(stderr,"from conf file %s RPC %u, used to be %u\n",ASSETCHAINS_SYMBOL,BITCOIND_PORT,BITCOIND_PORT);
}

1
src/zcash/CreateJoinSplit.cpp

@ -8,6 +8,7 @@
#include "libsnark/common/profiling.hpp"
char ASSETCHAINS_SYMBOL[16];
int64_t MAX_MONEY = 200000000 * 100000000LL;
uint16_t BITCOIND_PORT = 7771;
using namespace libzcash;

Loading…
Cancel
Save