Skip to content

Commit 421d7cb

Browse files
authored
Update spacing
1 parent 6fe0901 commit 421d7cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

services/reference/starknet/json-rpc-methods/starknet_pendingtransactions.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ Replace `YOUR-API-KEY` with an API key from your [Infura dashboard](https://infu
3030
curl https://starknet-mainnet.infura.io/v3/6e46ee5c0df54fb48c0fb2a94502c42a \
3131
-X POST \
3232
-H "Content-Type: application/json" \
33-
-d '{"jsonrpc":"2.0","method":"starknet_pendingTransactions", "params":[], "id":0}'
33+
-d '{"jsonrpc": "2.0", "method": "starknet_pendingTransactions", "params": [], "id": 0}'
3434
```
3535

3636
</TabItem>

0 commit comments

Comments
 (0)