Skip to content

Commit

Permalink
temp remove retry limit
Browse files Browse the repository at this point in the history
  • Loading branch information
avendauz committed Aug 9, 2021
1 parent 2a97a8c commit e020a36
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions x/curium/keeper/keeper.go
Original file line number Diff line number Diff line change
Expand Up @@ -276,11 +276,11 @@ func DoBroadcast(resp chan *MsgBroadcasterResponse, keyringDir string, cdc *code
}


if state.reset {
fmt.Println("Extended beyond retry limit")
returnError(errors.New(broadcastResult.Log))
return
}
//if state.reset {
// fmt.Println("Extended beyond retry limit")
// returnError(errors.New(broadcastResult.Log))
// return
//}

if accntSeqString.MatchString(broadcastResult.Log) {
returnError(errors.New("Sequencing error, retrying broadcast"))
Expand Down

0 comments on commit e020a36

Please sign in to comment.