mirror of
https://github.com/tendermint/tendermint.git
synced 2026-01-06 13:26:23 +00:00
@@ -144,6 +144,10 @@ func (c *Client) NumUnconfirmedTxs() (*ctypes.ResultUnconfirmedTxs, error) {
|
||||
return c.next.NumUnconfirmedTxs()
|
||||
}
|
||||
|
||||
func (c *Client) CheckTx(tx types.Tx) (*ctypes.ResultCheckTx, error) {
|
||||
return c.next.CheckTx(tx)
|
||||
}
|
||||
|
||||
func (c *Client) NetInfo() (*ctypes.ResultNetInfo, error) {
|
||||
return c.next.NetInfo()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user