Skip to content

Commit

Permalink
docs: fix debug_getRawTransaction docs (#28264)
Browse files Browse the repository at this point in the history
docs: fix param for debug_getRawTransaction
  • Loading branch information
HighGoal1991 committed Oct 7, 2023
1 parent e8a71ef commit 4f74ab8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/interacting-with-geth/rpc/ns-debug.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4f74ab8

Please sign in to comment.