refactor(client): removed unused function (#19468)
Signed-off-by: Hwangjae Lee <meetrick@gmail.com>
This commit is contained in:
parent
a79f932ecf
commit
16b19638ef
@ -35,11 +35,6 @@ func (ctx Context) BroadcastTx(txBytes []byte) (res *sdk.TxResponse, err error)
|
||||
return res, err
|
||||
}
|
||||
|
||||
// Deprecated: Use CheckCometError instead.
|
||||
func CheckTendermintError(err error, tx cmttypes.Tx) *sdk.TxResponse {
|
||||
return CheckCometError(err, tx)
|
||||
}
|
||||
|
||||
// CheckCometError checks if the error returned from BroadcastTx is a
|
||||
// CometBFT error that is returned before the tx is submitted due to
|
||||
// precondition checks that failed. If an CometBFT error is detected, this
|
||||
|
||||
Loading…
Reference in New Issue
Block a user