mirror of
https://github.com/dashpay/dash.git
synced 2024-12-26 20:42:59 +01:00
fix: rename arguments for 'voteraw'
This commit is contained in:
parent
3621966f12
commit
c5031685bc
@ -179,7 +179,7 @@ static const CRPCConvertParam vRPCConvertParams[] =
|
|||||||
{ "logging", 0, "include" },
|
{ "logging", 0, "include" },
|
||||||
{ "logging", 1, "exclude" },
|
{ "logging", 1, "exclude" },
|
||||||
{ "sporkupdate", 1, "value" },
|
{ "sporkupdate", 1, "value" },
|
||||||
{ "voteraw", 1, "tx_index" },
|
{ "voteraw", 1, "mn-collateral-tx-index" },
|
||||||
{ "voteraw", 5, "time" },
|
{ "voteraw", 5, "time" },
|
||||||
{ "getblockhashes", 0, "high"},
|
{ "getblockhashes", 0, "high"},
|
||||||
{ "getblockhashes", 1, "low" },
|
{ "getblockhashes", 1, "low" },
|
||||||
|
@ -1097,7 +1097,7 @@ static const CRPCCommand commands[] =
|
|||||||
{ "dash", "getgovernanceinfo", &getgovernanceinfo, {} },
|
{ "dash", "getgovernanceinfo", &getgovernanceinfo, {} },
|
||||||
{ "dash", "getsuperblockbudget", &getsuperblockbudget, {"index"} },
|
{ "dash", "getsuperblockbudget", &getsuperblockbudget, {"index"} },
|
||||||
{ "dash", "gobject", &gobject, {} },
|
{ "dash", "gobject", &gobject, {} },
|
||||||
{ "dash", "voteraw", &voteraw, {"tx_hash","tx_index","gov_hash","signal","outcome","time","sig"} },
|
{ "dash", "voteraw", &voteraw, {"mn-collateral-tx-hash","mn-collateral-tx-index","governance-hash","vote-signal","vote-outcome","time","vote-sig"} },
|
||||||
|
|
||||||
};
|
};
|
||||||
// clang-format on
|
// clang-format on
|
||||||
|
Loading…
Reference in New Issue
Block a user