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

Commit ecc5c30

Browse files
Update doc example for web3.eth.personal (#4397) (#4409)
Tests are not going to run since this is just a doc update * doc: fix example in web3.eth.personal (#4397) * Update CHANGELOG Co-authored-by: robertu <[email protected]>
1 parent 3a3cb32 commit ecc5c30

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -470,4 +470,5 @@ Released with 1.0.0-beta.37 code base.
470470
- Emit subscription id with connect event when creating a subscription (#4300)
471471
- Introduced new configuration "blockHeaderTimeout" for waiting of block headers for transaction receipt (#3891)
472472
- Format `block.baseFeePerGas` to number (#4330)
473+
- Correct `web3-eth-personal.sendTransaction` example in documentation (#4409)
473474
- Updated README to include Webpack 5 angular support instructions (#4174)

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)