Fix typo in error message

This commit is contained in:
Simon 2016-09-06 22:52:34 -07:00
parent a0a3334c4d
commit 4cff8a5c50
1 changed files with 2 additions and 2 deletions

View File

@ -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);