Skip to content

Commit

Permalink
Interest rate changes require a new hash
Browse files Browse the repository at this point in the history
  • Loading branch information
FreeTrade committed Jul 8, 2019
1 parent 6f16817 commit 2630244
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/init.cpp
Expand Up @@ -986,7 +986,7 @@ bool AppInit2(boost::thread_group& threadGroup, CScheduler& scheduler)
string interestRateTable=ss.str();
const std::vector<unsigned char> data(interestRateTable.begin(), interestRateTable.end());
int rateTableHash=MurmurHash3(1989,data);
assert(rateTableHash==-1235313936);
assert(rateTableHash==-829732931);
LogPrintf("Rate Table Hash=%d\n",rateTableHash);


Expand Down

0 comments on commit 2630244

Please sign in to comment.