Skip to content

Commit 2883bdd

Browse files
knstkwvg
andauthored
fix: refactor one more missing quorumIndex usage to GetRpcResult
Co-authored-by: Kittywhiskers Van Gogh <[email protected]>
1 parent 9382fc2 commit 2883bdd

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
@@ -249,7 +249,7 @@ static RPCHelpMan quorum_info()
249249
{RPCResult::Type::NUM, "height", "Quorum Height"},
250250
{RPCResult::Type::STR, "type", "Quorum type"},
251251
GetRpcResult("quorumHash"),
252-
{RPCResult::Type::NUM, "quorumIndex", "Quorum index (applicable only to rotated quorums)."},
252+
GetRpcResult("quorumIndex"),
253253
{RPCResult::Type::STR_HEX, "minedBlock", "Blockhash where the commitment was mined."},
254254
{RPCResult::Type::NUM, "previousConsecutiveDKGFailures", "Number of previous consecutive DKG failures."},
255255
{RPCResult::Type::ARR, "members", "Members of quorum",

0 commit comments

Comments
 (0)