Fix error message
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user