mirror of
https://github.com/seigler/dash-docs
synced 2025-07-26 17:26:12 +00:00
RPC - Add data-hex note to prepare/submit
This commit is contained in:
parent
ddaafd99fc
commit
e4d3c02d50
1 changed files with 2 additions and 2 deletions
|
@ -111,7 +111,7 @@ The `gobject prepare` RPC prepares a governance object by signing and creating a
|
|||
- n: "`data-hex`"
|
||||
t: "string (hex)"
|
||||
p: "Required<br>(exactly 1)"
|
||||
d: "Object data (JSON object with governance details). Additional details regarding this are provided in an example below."
|
||||
d: "**Updated in Dash Core 0.14.0 to require all new proposals to use JSON serialization.**<br><br>Object data (JSON object with governance details). Additional details regarding this are provided in an example below."
|
||||
|
||||
{% enditemplate %}
|
||||
|
||||
|
@ -256,7 +256,7 @@ prepare`.
|
|||
- n: "`data-hex`"
|
||||
t: "string (hex)"
|
||||
p: "Required<br>(exactly 1)"
|
||||
d: "Object data (JSON object with governance details). See [GObject Prepare](#gobject-prepare) for additional details about this field."
|
||||
d: "**Updated in Dash Core 0.14.0 to require all new proposals to use JSON serialization.**<br><br>Object data (JSON object with governance details). See [GObject Prepare](#gobject-prepare) for additional details about this field."
|
||||
|
||||
{% enditemplate %}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue