Skip to content

Commit

Permalink
feat(evm-reader): Read claim acceptance
Browse files Browse the repository at this point in the history
  • Loading branch information
fmoura committed Sep 3, 2024
1 parent 851b817 commit c00ec59
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions internal/evmreader/retrypolicy/contratfactory.go
Original file line number Diff line number Diff line change
Expand Up @@ -62,10 +62,7 @@ func (f *EvmReaderContractFactory) NewIConsensus(
return nil, err
}

delegator, err = NewConsensusWithRetryPolicy(consensus, f.maxRetries, f.maxDelay), nil
if err != nil {
return nil, err
}
delegator = NewConsensusWithRetryPolicy(consensus, f.maxRetries, f.maxDelay)

f.iConsensusCache[address] = delegator
}
Expand Down

0 comments on commit c00ec59

Please sign in to comment.