mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-20 10:52:25 +00:00
docs: fix param for debug_getRawTransaction
This commit is contained in:
parent
2faeaba0de
commit
d26ed50a75
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