mirror of
https://git.hush.is/hush/hush3.git
synced 2025-09-12 00:01:59 -04:00
Fix typo in error message
This commit is contained in:
parent
a0a3334c4d
commit
4cff8a5c50
@ -840,8 +840,8 @@ Object AsyncRPCOperation_sendmany::perform_joinsplit(
|
||||
info.vpub_old,
|
||||
info.vpub_new);
|
||||
|
||||
if (!(jsdesc.Verify(*pzcashParams, joinSplitPubKey_))) {
|
||||
throw std::runtime_error("error verifying joinsplt");
|
||||
if (!(jsdesc.Verify(*zcashParams_, joinSplitPubKey_))) {
|
||||
throw std::runtime_error("error verifying joinsplit");
|
||||
}
|
||||
|
||||
mtx.vjoinsplit.push_back(jsdesc);
|
||||
|
Loading…
x
Reference in New Issue
Block a user