From 7bb8ecdd6523b6e167037b4436e1278f9f88e3de Mon Sep 17 00:00:00 2001 From: Odysseas Gabrielides Date: Fri, 15 Dec 2023 10:36:31 +0200 Subject: [PATCH] Update src/rpc/quorums.cpp Co-authored-by: UdjinM6 --- src/rpc/quorums.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/rpc/quorums.cpp b/src/rpc/quorums.cpp index 07208e5cd46ae..27cc7f7d30e0c 100644 --- a/src/rpc/quorums.cpp +++ b/src/rpc/quorums.cpp @@ -993,7 +993,7 @@ static void submitchainlock_help(const JSONRPCRequest& request) "Submit a ChainLock signature if needed\n", { {"blockHash", RPCArg::Type::STR_HEX, RPCArg::Optional::NO, "The block hash of the ChainLock."}, - {"signature", RPCArg::Type::STR, RPCArg::Optional::NO, "The signature of the ChainLock."}, + {"signature", RPCArg::Type::STR_HEX, RPCArg::Optional::NO, "The signature of the ChainLock."}, {"blockHeight", RPCArg::Type::NUM, RPCArg::Optional::NO, "The height of the ChainLock."}, }, RPCResults{},