Skip to content

Commit

Permalink
docs: api doc typo (#1654)
Browse files Browse the repository at this point in the history
  • Loading branch information
wenyuanhust authored Dec 27, 2023
1 parent f736f90 commit 91afc45
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions core/api/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -487,16 +487,16 @@ Response


#### Method `eth_getTransactionByHash`
* `eth_getTransactionByHash(blockHash)`
* `blockHash`: [`H256`](#type-H256)
* `eth_getTransactionByHash(txHash)`
* `txHash`: [`H256`](#type-H256)
* result: [`TransactionView`](#type-TransactionView)

Returns the information about a transaction requested by transaction hash.


##### Params

* `blockHash` - Hash of a transaction.
* `txHash` - Hash of a transaction.


##### Returns
Expand Down

0 comments on commit 91afc45

Please sign in to comment.