Skip to content
This repository was archived by the owner on Mar 5, 2025. It is now read-only.

Commit ccc3074

Browse files
authored
doc: fix example in web3.eth.personal (#4397)
1 parent 44bb68a commit ccc3074

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/web3-eth-personal.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -275,7 +275,7 @@ Example
275275

276276
.. code-block:: javascript
277277
278-
web3.eth.sendTransaction({
278+
web3.eth.personal.sendTransaction({
279279
from: "0xEB014f8c8B418Db6b45774c326A0E64C78914dC0",
280280
gasPrice: "20000000000",
281281
gas: "21000",

0 commit comments

Comments
 (0)