diff --git a/x/curium/keeper/keeper.go b/x/curium/keeper/keeper.go index 88383387..89eae558 100644 --- a/x/curium/keeper/keeper.go +++ b/x/curium/keeper/keeper.go @@ -279,7 +279,6 @@ func DoBroadcast(resp chan *MsgBroadcasterResponse, keyringDir string, cdc *code } if accntSeqString.MatchString(broadcastResult.Log) { - returnError(errors.New("Sequencing error, retrying broadcast")) newAccntState, err := resetAccountState(accnt, state) if err != nil { returnError(err)