From 91e676dfe8487d1929079925e5c2207bb3b35017 Mon Sep 17 00:00:00 2001 From: Marko Date: Tue, 13 Apr 2021 09:56:11 +0000 Subject: [PATCH] Update spec/rpc/README.md Co-authored-by: Callum Waters --- spec/rpc/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/rpc/README.md b/spec/rpc/README.md index 7eceed25..464f6043 100644 --- a/spec/rpc/README.md +++ b/spec/rpc/README.md @@ -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