Skip to content

Commit

Permalink
removed returnError from try/catch for sequencing error
Browse files Browse the repository at this point in the history
  • Loading branch information
avendauz committed Aug 15, 2021
1 parent 83d6fad commit 6bb9bf2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion x/curium/keeper/keeper.go
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 6bb9bf2

Please sign in to comment.