diff --git a/src/wallet/asyncrpcoperation_sendmany.cpp b/src/wallet/asyncrpcoperation_sendmany.cpp index 64b1a5f26..0f08d826f 100644 --- a/src/wallet/asyncrpcoperation_sendmany.cpp +++ b/src/wallet/asyncrpcoperation_sendmany.cpp @@ -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); }