Skip to content

Commit 7fb7a2d

Browse files
Update src/rpc/governance.cpp
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
1 parent 1b6b78f commit 7fb7a2d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/rpc/governance.cpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -171,8 +171,7 @@ static RPCHelpMan gobject_prepare()
171171
{"outputIndex", RPCArg::Type::NUM, RPCArg::Default{0}, "The output index."},
172172
},
173173
{
174-
RPCResult{"if object valid", RPCResult::Type::STR, "", "serialized governance object"},
175-
},
174+
RPCResult{"if object valid", RPCResult::Type::STR, "", "The collateral transaction id (txid)"},
176175
RPCExamples{""},
177176
[&](const RPCHelpMan& self, const JSONRPCRequest& request) -> UniValue
178177
{

0 commit comments

Comments
 (0)