From e4d3c02d506ea28024a41593cbdf49576df5fb94 Mon Sep 17 00:00:00 2001 From: thephez Date: Thu, 13 Jun 2019 17:20:35 -0400 Subject: [PATCH] RPC - Add data-hex note to prepare/submit --- _includes/devdoc/dash-core/rpcs/rpcs/gobject.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/_includes/devdoc/dash-core/rpcs/rpcs/gobject.md b/_includes/devdoc/dash-core/rpcs/rpcs/gobject.md index 66fbfdfa..9f3d0827 100644 --- a/_includes/devdoc/dash-core/rpcs/rpcs/gobject.md +++ b/_includes/devdoc/dash-core/rpcs/rpcs/gobject.md @@ -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
(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.**

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
(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.**

Object data (JSON object with governance details). See [GObject Prepare](#gobject-prepare) for additional details about this field." {% enditemplate %}