Skip to content
This repository has been archived by the owner on Feb 23, 2022. It is now read-only.

Commit

Permalink
Update spec/rpc/README.md
Browse files Browse the repository at this point in the history
Co-authored-by: Callum Waters <[email protected]>
  • Loading branch information
tac0turtle and cmwaters authored Apr 13, 2021
1 parent bd8e07b commit 91e676d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/rpc/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -905,7 +905,7 @@ curl http://127.0.0.1:26657/unconfirmed_txs
##### JSONRPC

```sh
curl -X POST https://localhost:26657 -d "{\"jsonrpc\":\"2.0\",\"id\":1,\"method\":\"unconfirmed_txs\, \"params\":{\"limit\":\"20\"}"}"
curl -X POST https://localhost:26657 -d "{\"jsonrpc\":\"2.0\",\"id\":1,\"method\":\"unconfirmed_txs\, \"params\":{\"limit\":\"20\"}}"
```

#### Response
Expand Down

0 comments on commit 91e676d

Please sign in to comment.