From 5be42db7123a8e600b2bf99e3d7251d45ee5894b Mon Sep 17 00:00:00 2001 From: Pavel Zaborskii Date: Tue, 11 Feb 2025 02:10:47 +0300 Subject: [PATCH] json-rpc.mdx --- content/docs/api/json-rpc.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/docs/api/json-rpc.mdx b/content/docs/api/json-rpc.mdx index 898ae6a..6c65eee 100644 --- a/content/docs/api/json-rpc.mdx +++ b/content/docs/api/json-rpc.mdx @@ -332,7 +332,7 @@ Signs a transaction that can be submitted to the network at a later time using w curl https://your-rpc-endpoint \ -X POST \ -H "Content-Type: application/json" \ - --data '{"method":"eth_signTransaction","params":["from": "0x26d6a3805cbae5d5a510443a15129bec456cacff"],"id":1,"jsonrpc":"2.0"}' + --data '{"method":"eth_signTransaction","params":[{"from": "0x26d6a3805cbae5d5a510443a15129bec456cacff"}],"id":1,"jsonrpc":"2.0"}' ``` ## eth_sendTransaction