From 27e520307836d7ab048ea82d524b3c09120fd058 Mon Sep 17 00:00:00 2001 From: "mergify[bot]" <37929162+mergify[bot]@users.noreply.github.com> Date: Wed, 4 Mar 2020 08:53:30 -0800 Subject: [PATCH] Fix sendTransaction doc (#8625) (#8626) automerge --- docs/src/apps/jsonrpc-api.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/apps/jsonrpc-api.md b/docs/src/apps/jsonrpc-api.md index b0e2a18b2a..88aa9784ff 100644 --- a/docs/src/apps/jsonrpc-api.md +++ b/docs/src/apps/jsonrpc-api.md @@ -945,7 +945,7 @@ Creates new transaction #### Parameters: -* `` - array of octets containing a fully-signed Transaction +* `` - fully-signed Transaction, as base-58 encoded string #### Results: