Skip to content

Commit

Permalink
Update doc example for web3.eth.personal (#4397) (#4409)
Browse files Browse the repository at this point in the history
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 <4065233+robertu7@users.noreply.github.com>
  • Loading branch information
spacesailor24 and robertu7 authored Oct 5, 2021
1 parent 3a3cb32 commit ecc5c30
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -470,4 +470,5 @@ Released with 1.0.0-beta.37 code base.
- Emit subscription id with connect event when creating a subscription (#4300)
- Introduced new configuration "blockHeaderTimeout" for waiting of block headers for transaction receipt (#3891)
- Format `block.baseFeePerGas` to number (#4330)
- Correct `web3-eth-personal.sendTransaction` example in documentation (#4409)
- Updated README to include Webpack 5 angular support instructions (#4174)
2 changes: 1 addition & 1 deletion docs/web3-eth-personal.rst
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,7 @@ Example

.. code-block:: javascript
web3.eth.sendTransaction({
web3.eth.personal.sendTransaction({
from: "0xEB014f8c8B418Db6b45774c326A0E64C78914dC0",
gasPrice: "20000000000",
gas: "21000",
Expand Down

0 comments on commit ecc5c30

Please sign in to comment.