update rpc/core/doc.go

Closes #1932 (#1986)
This commit is contained in:
Zach 2018-07-17 02:52:49 -04:00 committed by Anton Kaliaev
parent 07ad325b1a
commit 257622cf6b
1 changed files with 0 additions and 2 deletions

View File

@ -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/`).