From ffb63939f35c7d530ee4ef47c890d34c9a6cda34 Mon Sep 17 00:00:00 2001 From: Fabian Vogelsteller Date: Tue, 28 Mar 2017 15:51:19 +0200 Subject: [PATCH] removed 2 API functions --- docs/web3-eth-accounts.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/web3-eth-accounts.rst b/docs/web3-eth-accounts.rst index 1d16980..3adfb7c 100644 --- a/docs/web3-eth-accounts.rst +++ b/docs/web3-eth-accounts.rst @@ -272,7 +272,7 @@ Parameters 1. ``signature`` - ``String``: The RLP encoded transaction. 2. ``privateKey`` - ``String``: The private key for signing. -3. ``returnSignature`` - ``Boolean``: If true it returns an object with r, v, s and hash properties. +3. ``returnSignature`` - ``Boolean``: (optional) If true it returns an object with r, v, s and hash properties. -------