Skip to content

Commit

Permalink
Fix a typo in docs #4616 (#4640)
Browse files Browse the repository at this point in the history
* Empty commit to trigger CI

* Fix a typo (#4599)

* Fix a typo

* update changelog

Co-authored-by: Nazar Hussain <nazarhussain@gmail.com>

* 📝 Update the chanelog for 1.7.1

Co-authored-by: Sam Chen <chenxsan@gmail.com>
  • Loading branch information
nazarhussain and chenxsan committed Dec 17, 2021
1 parent 44b0848 commit 8783f4d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Expand Up @@ -492,3 +492,8 @@ Released with 1.0.0-beta.37 code base.
### Changed

- Changed getFeeHistory first parameter type from `number` to `hex` according to the [spec](https://playground.open-rpc.org/?schemaUrl=https://raw.githubusercontent.com/ethereum/eth1.0-apis/assembled-spec/openrpc.json&uiSchema%5BappBar%5D%5Bui:splitView%5D=false&uiSchema%5BappBar%5D%5Bui:input%5D=false&uiSchema%5BappBar%5D%5Bui:examplesDropdown%5D=false) (#4529)

## [1.7.1]

### Fixed
- Fix a typo in the documentation for `methods.myMethod.send` (#4599)
2 changes: 1 addition & 1 deletion docs/web3-eth-contract.rst
Expand Up @@ -859,7 +859,7 @@ Parameters
* ``from`` - ``String``: The address the transaction should be sent from.
* ``gasPrice`` - ``String`` (optional): The gas price in wei to use for this transaction.
* ``gas`` - ``Number`` (optional): The maximum gas provided for this transaction (gas limit).
* ``value`` - ``Number|String|BN|BigNumber``(optional): The value transferred for the transaction in wei.
* ``value`` - ``Number|String|BN|BigNumber`` (optional): The value transferred for the transaction in wei.
* ``nonce`` - ``Number`` (optional): the nonce number of transaction

2. ``callback`` - ``Function`` (optional): This callback will be fired first with the "transactionHash", or with an error object as the first argument.
Expand Down

0 comments on commit 8783f4d

Please sign in to comment.