Replace zcashParams_ with global.

This commit is contained in:
Simon 2016-09-07 08:34:55 -07:00
parent 5f8118c8a4
commit 269310ce3c
1 changed files with 1 additions and 1 deletions

View File

@ -841,7 +841,7 @@ Object AsyncRPCOperation_sendmany::perform_joinsplit(
info.vpub_new,
!this->testmode);
if (!(jsdesc.Verify(*zcashParams_, joinSplitPubKey_))) {
if (!(jsdesc.Verify(*pzcashParams, joinSplitPubKey_))) {
throw std::runtime_error("error verifying joinsplit");
}