Browse Source

Error message update

dev
miketout 2 years ago
parent
commit
412c4947f2
  1. 2
      src/rpc/pbaasrpc.cpp

2
src/rpc/pbaasrpc.cpp

@ -9739,7 +9739,7 @@ UniValue registernamecommitment(const UniValue& params, bool fHelp)
if (!success)
{
throw JSONRPCError(RPC_INVALID_PARAMETER, "Insufficient funds for identity registration");
throw JSONRPCError(RPC_INVALID_PARAMETER, "Insufficient funds for identity commitment registration");
}
// aggregate all inputs into one output with only the offer coins and offer indexes

Loading…
Cancel
Save