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

Commit

Permalink
Merge branch 'marko-273' of https://github.com/tendermint/spec into m…
Browse files Browse the repository at this point in the history
…arko-273
  • Loading branch information
Marko Baricevic authored and tac0turtle committed Apr 13, 2021
2 parents 855aac8 + 91e676d commit b4fdcda
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 @@ -909,7 +909,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 b4fdcda

Please sign in to comment.