mirror of
https://git.hush.is/hush/hush3.git
synced 2025-09-12 00:01:59 -04:00
Replace zcashParams_ with global.
This commit is contained in:
parent
5f8118c8a4
commit
269310ce3c
@ -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");
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user