Skip to content

Commit 077aef5

Browse files
committed
refactor: avs_writer
1 parent 39bd318 commit 077aef5

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

core/chainio/avs_writer.go

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -103,8 +103,7 @@ func (w *AvsWriter) SendAggregatedResponse(batchIdentifierHash [32]byte, batchMe
103103
txOpts.Nonce = txNonce
104104

105105
lastTxGasPrice := tx.GasPrice()
106-
var i uint64
107-
i = 0
106+
var i uint64 = 0
108107
sendTransaction := func() (*types.Receipt, error) {
109108
if i > 0 {
110109
onRetry()

0 commit comments

Comments
 (0)