Replace zcashParams_ with global.
This commit is contained in:
@@ -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");
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user