mirror of
https://github.com/fluencelabs/tendermint
synced 2025-05-25 20:21:21 +00:00
Fix typo, broadcast_tx_asyn(c)
This commit is contained in:
parent
df2933d40d
commit
3092d4bbe9
@ -19,7 +19,7 @@ var Routes = map[string]*rpc.RPCFunc{
|
||||
"validators": rpc.NewRPCFunc(ValidatorsResult, ""),
|
||||
"dump_consensus_state": rpc.NewRPCFunc(DumpConsensusStateResult, ""),
|
||||
"broadcast_tx_sync": rpc.NewRPCFunc(BroadcastTxSyncResult, "tx"),
|
||||
"broadcast_tx_asyn": rpc.NewRPCFunc(BroadcastTxAsyncResult, "tx"),
|
||||
"broadcast_tx_async": rpc.NewRPCFunc(BroadcastTxAsyncResult, "tx"),
|
||||
"unconfirmed_txs": rpc.NewRPCFunc(UnconfirmedTxsResult, ""),
|
||||
// subscribe/unsubscribe are reserved for websocket events.
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user