Browse Source

Fix error message

pull/4/head
Eirik Ogilvie-Wigley 6 years ago
parent
commit
81005fb214
  1. 2
      src/wallet/asyncrpcoperation_sendmany.cpp

2
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);
}

Loading…
Cancel
Save