Fix error message

This commit is contained in:
Eirik Ogilvie-Wigley 2018-10-24 12:05:48 -06:00
parent dc3398fa88
commit 81005fb214
1 changed files with 1 additions and 1 deletions

View File

@ -394,7 +394,7 @@ bool AsyncRPCOperation_sendmany::main_impl() {
if (!pwalletMain->GetHDSeed(seed)) {
throw JSONRPCError(
RPC_WALLET_ERROR,
"CWallet::GenerateNewSaplingZKey(): HD seed not found");
"AsyncRPCOperation_sendmany::main_impl(): HD seed not found");
}
ovk = ovkForShieldingFromTaddr(seed);
}