From d26ed50a7504559a68a252d3d58780074a5c07f4 Mon Sep 17 00:00:00 2001 From: lightclient Date: Thu, 5 Oct 2023 13:21:16 -0600 Subject: [PATCH] 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