@@ -1116,24 +1116,24 @@ static const CRPCCommand commands[] =
1116
1116
{ // category name actor (function) argNames
1117
1117
// --------------------- ------------------------ ----------------------- ----------
1118
1118
/* Dash features */
1119
- { " dash" , " getgovernanceinfo" , &getgovernanceinfo, {} },
1120
- { " dash" , " getsuperblockbudget" , &getsuperblockbudget, {" index" } },
1121
- { " dash" , " gobject" , &gobject, {" command" } },
1122
- { " dash" , " gobject" , " count" , &gobject_count, {" mode" } },
1123
- { " dash" , " gobject" , " deserialize" , &gobject_deserialize, {" hex_data" } },
1124
- { " dash" , " gobject" , " check" , &gobject_check, {" hex_data" } },
1119
+ { " dash" , " getgovernanceinfo" , &getgovernanceinfo, {} },
1120
+ { " dash" , " getsuperblockbudget" , &getsuperblockbudget, {" index" } },
1121
+ { " dash" , " gobject" , &gobject, {" command" } },
1122
+ { " dash" , " gobject" , " count" , &gobject_count, {" mode" } },
1123
+ { " dash" , " gobject" , " deserialize" , &gobject_deserialize, {" hex_data" } },
1124
+ { " dash" , " gobject" , " check" , &gobject_check, {" hex_data" } },
1125
1125
#ifdef ENABLE_WALLET
1126
- { " dash" , " gobject" , " prepare" , &gobject_prepare, {" parent-hash" , " revision" , " time" , " data-hex" , " use-IS" , " outputHash" , " outputIndex" } },
1127
- { " dash" , " gobject" , " list-prepared" , &gobject_list_prepared, {" count" } },
1128
- { " dash" , " gobject" , " vote-many" , &gobject_vote_many, {" governance-hash" , " vote" , " vote-outcome" } },
1129
- { " dash" , " gobject" , " vote-alias" , &gobject_vote_alias, {" governance-hash" , " vote" , " vote-outcome" , " protx-hash" } },
1126
+ { " dash" , " gobject" , " prepare" , &gobject_prepare, {" parent-hash" , " revision" , " time" , " data-hex" , " use-IS" , " outputHash" , " outputIndex" } },
1127
+ { " dash" , " gobject" , " list-prepared" , &gobject_list_prepared, {" count" } },
1128
+ { " dash" , " gobject" , " vote-many" , &gobject_vote_many, {" governance-hash" , " vote" , " vote-outcome" } },
1129
+ { " dash" , " gobject" , " vote-alias" , &gobject_vote_alias, {" governance-hash" , " vote" , " vote-outcome" , " protx-hash" } },
1130
1130
#endif
1131
- { " dash" , " gobject" , " submit" , &gobject_submit, {" parent-hash" , " revision" , " time" , " data-hex" , " fee-txid" } },
1132
- { " dash" , " gobject" , " list" , &gobject_list, {" signal" , " type" } },
1133
- { " dash" , " gobject" , " diff" , &gobject_diff, {" signal" , " type" } },
1134
- { " dash" , " gobject" , " get" , &gobject_get, {" governance-hash" } },
1135
- { " dash" , " gobject" , " getcurrentvotes" , &gobject_getcurrentvotes, {" governance-hash" , " txid" , " vout" } },
1136
- { " dash" , " voteraw" , &voteraw, {" mn-collateral-tx-hash" ," mn-collateral-tx-index" ," governance-hash" ," vote-signal" ," vote-outcome" ," time" ," vote-sig" } },
1131
+ { " dash" , " gobject" , " submit" , &gobject_submit, {" parent-hash" , " revision" , " time" , " data-hex" , " fee-txid" } },
1132
+ { " dash" , " gobject" , " list" , &gobject_list, {" signal" , " type" } },
1133
+ { " dash" , " gobject" , " diff" , &gobject_diff, {" signal" , " type" } },
1134
+ { " dash" , " gobject" , " get" , &gobject_get, {" governance-hash" } },
1135
+ { " dash" , " gobject" , " getcurrentvotes" , &gobject_getcurrentvotes, {" governance-hash" , " txid" , " vout" } },
1136
+ { " dash" , " voteraw" , &voteraw, {" mn-collateral-tx-hash" ," mn-collateral-tx-index" ," governance-hash" ," vote-signal" ," vote-outcome" ," time" ," vote-sig" } },
1137
1137
1138
1138
};
1139
1139
// clang-format on
0 commit comments