RPC - Add data-hex note to prepare/submit

This commit is contained in:
thephez 2019-06-13 17:20:35 -04:00
parent ddaafd99fc
commit e4d3c02d50
No known key found for this signature in database
GPG key ID: BBC8A06DBE236099

View file

@ -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 %}