From 412c4947f2d171b020041cf2acff195e4fb89b55 Mon Sep 17 00:00:00 2001 From: miketout Date: Tue, 20 Sep 2022 19:34:55 -0700 Subject: [PATCH] Error message update --- src/rpc/pbaasrpc.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/rpc/pbaasrpc.cpp b/src/rpc/pbaasrpc.cpp index ab744710a..5187d4813 100644 --- a/src/rpc/pbaasrpc.cpp +++ b/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