Make this error message similar to the others

This commit is contained in:
fanquake 2012-08-07 22:39:19 +08:00
parent dd199d0ebd
commit dc1e5ad191

View file

@ -1012,7 +1012,7 @@ Value sendmany(const Array& params, bool fHelp)
if (!fCreated) if (!fCreated)
{ {
if (totalAmount + nFeeRequired > pwalletMain->GetBalance()) if (totalAmount + nFeeRequired > pwalletMain->GetBalance())
throw JSONRPCError(-6, "Insufficient funds"); throw JSONRPCError(-6, "Account has insufficient funds");
throw JSONRPCError(-4, "Transaction creation failed"); throw JSONRPCError(-4, "Transaction creation failed");
} }
if (!pwalletMain->CommitTransaction(wtx, keyChange)) if (!pwalletMain->CommitTransaction(wtx, keyChange))