Skip to content

Commit

Permalink
refactor: avs_writer
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcosNicolau committed Oct 22, 2024
1 parent 39bd318 commit 077aef5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions core/chainio/avs_writer.go
Original file line number Diff line number Diff line change
Expand Up @@ -103,8 +103,7 @@ func (w *AvsWriter) SendAggregatedResponse(batchIdentifierHash [32]byte, batchMe
txOpts.Nonce = txNonce

lastTxGasPrice := tx.GasPrice()
var i uint64
i = 0
var i uint64 = 0
sendTransaction := func() (*types.Receipt, error) {
if i > 0 {
onRetry()
Expand Down

0 comments on commit 077aef5

Please sign in to comment.