docs: fix `debug_getRawTransaction` docs (#28264)

docs: fix param for debug_getRawTransaction
pull/28341/head
lightclient 1 year ago committed by GitHub
parent 2faeaba0de
commit b3a2e3e950
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      docs/interacting-with-geth/rpc/ns-debug.md

@ -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…
Cancel
Save