From 257622cf6b1edd30ef7cdb30c3d0c2cb7b951562 Mon Sep 17 00:00:00 2001 From: Zach Date: Tue, 17 Jul 2018 02:52:49 -0400 Subject: [PATCH] update rpc/core/doc.go Closes #1932 (#1986) --- rpc/core/doc.go | 2 -- 1 file changed, 2 deletions(-) diff --git a/rpc/core/doc.go b/rpc/core/doc.go index d076b3ecd..75f6ac82e 100644 --- a/rpc/core/doc.go +++ b/rpc/core/doc.go @@ -39,8 +39,6 @@ curl 'localhost:26657/broadcast_tx_sync?tx="abc"' } ``` -The first entry in the result-array (`96`) is the method this response correlates with. `96` refers to "ResultTypeBroadcastTx", see [responses.go](https://github.com/tendermint/tendermint/blob/master/rpc/core/types/responses.go) for a complete overview. - ## JSONRPC/HTTP JSONRPC requests can be POST'd to the root RPC endpoint via HTTP (e.g. `http://localhost:26657/`).