mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-03-02 01:23:45 +00:00
docs: fix debug_getRawTransaction docs (#28264)
docs: fix param for debug_getRawTransaction
This commit is contained in:
parent
2faeaba0de
commit
b3a2e3e950
1 changed files with 1 additions and 1 deletions
|
|
@ -216,7 +216,7 @@ Returns the bytes of the transaction.
|
|||
|
||||
| Client | Method invocation |
|
||||
| :------ | -------------------------------------------------------------------- |
|
||||
| Console | `debug.getRawTransaction(blockNrOrHash)` |
|
||||
| Console | `debug.getRawTransaction(hash)` |
|
||||
| RPC | `{"method": "debug_getRawTransaction", "params": [transactionHash]}` |
|
||||
|
||||
### debug_getModifiedAccountsByHash
|
||||
|
|
|
|||
Loading…
Reference in a new issue