From c4e53dc92b7c016c08360d442793d55c8ab1226c Mon Sep 17 00:00:00 2001 From: fbslo <123-fbslo@users.noreply.gitlab.syncad.com> Date: Sat, 7 Nov 2020 09:39:56 -0500 Subject: [PATCH] Fix witnessSetProperties documentation --- doc/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/README.md b/doc/README.md index 26cbe6a..23bd7fb 100644 --- a/doc/README.md +++ b/doc/README.md @@ -2385,7 +2385,7 @@ const props = { const witnessOps = hive.utils.buildWitnessUpdateOp(owner, props); -hive.broadcast.witnessSetProperties('Private Signing Key', owner, witnessOps.props, [], function(err, result) { +hive.broadcast.witnessSetProperties('Private Signing Key', owner, witnessOps[1].props, [], function(err, result) { console.log(err, result); }); ``` -- GitLab