From 72422c9d18fcc40daa4ac7e02db0569e633a0f41 Mon Sep 17 00:00:00 2001 From: robertu <4065233+robertu7@users.noreply.github.com> Date: Tue, 28 Sep 2021 17:45:16 +0800 Subject: [PATCH] doc: fix example in web3.eth.personal --- docs/web3-eth-personal.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/web3-eth-personal.rst b/docs/web3-eth-personal.rst index acc91fb9122..dce5e922735 100644 --- a/docs/web3-eth-personal.rst +++ b/docs/web3-eth-personal.rst @@ -275,7 +275,7 @@ Example .. code-block:: javascript - web3.eth.sendTransaction({ + web3.eth.personal.sendTransaction({ from: "0xEB014f8c8B418Db6b45774c326A0E64C78914dC0", gasPrice: "20000000000", gas: "21000",