Skip to content

Commit 68e5489

Browse files
authored
chore: update example details
1 parent a269a53 commit 68e5489

File tree

1 file changed

+1
-1
lines changed
  • src/content/developers/docs/apis/json-rpc

1 file changed

+1
-1
lines changed

src/content/developers/docs/apis/json-rpc/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1257,7 +1257,7 @@ See [eth_getTransactionByHash](#eth_gettransactionbyhash)
12571257
12581258
```js
12591259
// Request
1260-
curl -X POST --data '{"jsonrpc":"2.0","method":"eth_getTransactionByBlockNumberAndIndex","params":["0x29c", "0x24"],"id":1}'
1260+
curl -X POST --data '{"jsonrpc":"2.0","method":"eth_getTransactionByBlockNumberAndIndex","params":["0x9c47cf", "0x24"],"id":1}'
12611261
```
12621262
12631263
Result see [eth_getTransactionByHash](#eth_gettransactionbyhash)

0 commit comments

Comments
 (0)