Skip to content

Commit 35ea486

Browse files
fix: typo NUM/STR for "service" in rpc help
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
1 parent 5fe76ef commit 35ea486

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/rpc/quorums.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -257,7 +257,7 @@ static RPCHelpMan quorum_info()
257257
{RPCResult::Type::OBJ, "", "",
258258
{
259259
{RPCResult::Type::STR_HEX, "proTxHash", "ProTx of collaterial"},
260-
{RPCResult::Type::NUM, "service", "Address of node. Legacy, will be deprecated in further versions. See `addresses` instead."},
260+
{RPCResult::Type::STR, "service", "Address of node. Legacy, will be deprecated in further versions. See `addresses` instead."},
261261
{RPCResult::Type::ARR, "addresses", "Addresses of node",
262262
// TODO - expand it when extended addresses are fully implemented
263263
{{RPCResult::Type::ELISION, "", ""}},

0 commit comments

Comments
 (0)