docs: fix `debug_getRawTransaction` docs (#28264)

docs: fix param for debug_getRawTransaction
This commit is contained in:
lightclient 2023-10-06 21:49:04 -06:00 committed by GitHub
parent 2faeaba0de
commit b3a2e3e950
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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