From b3a2e3e9507e6e7ecdda66325a91c5fdc648e584 Mon Sep 17 00:00:00 2001 From: lightclient <14004106+lightclient@users.noreply.github.com> Date: Fri, 6 Oct 2023 21:49:04 -0600 Subject: [PATCH] docs: fix `debug_getRawTransaction` docs (#28264) docs: fix param for debug_getRawTransaction --- docs/interacting-with-geth/rpc/ns-debug.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/interacting-with-geth/rpc/ns-debug.md b/docs/interacting-with-geth/rpc/ns-debug.md index 007ba7670b..10dca3483d 100644 --- a/docs/interacting-with-geth/rpc/ns-debug.md +++ b/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