Skip to content

Commit 78a1606

Browse files
knstkwvg
andauthored
Update src/rpc/quorums.cpp
Co-authored-by: Kittywhiskers Van Gogh <63189531+kwvg@users.noreply.github.com>
1 parent 2629a3b commit 78a1606

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/rpc/quorums.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1002,7 +1002,7 @@ static RPCHelpMan quorum_dkginfo()
10021002
{
10031003
{RPCResult::Type::OBJ, "", "",
10041004
{
1005-
{RPCResult::Type::NUM, "llmqType", "The type of the quorum"},
1005+
GetRpcResult("llmqType"),
10061006
{RPCResult::Type::STR, "llmqTypeName", "The name of the quorum type"},
10071007
{RPCResult::Type::NUM, "quorumIndex", "The quorum index within the DKG interval"},
10081008
{RPCResult::Type::NUM, "quorumHeight", "The height at which the quorum session starts"},

0 commit comments

Comments
 (0)