Skip to content

Commit 7c499a8

Browse files
committed
fix: lint go code
1 parent 22be9a2 commit 7c499a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/chainio/retryable.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ func (s *AvsSubscriber) BatchesStateRetryable(opts *bind.CallOpts, arg0 [32]byte
168168
Responded bool
169169
RespondToTaskFeeLimit *big.Int
170170
}, error) {
171-
return s.AvsContractBindings.ServiceManager.ContractAlignedLayerServiceManagerCaller.BatchesState(opts, arg0)
171+
return s.AvsContractBindings.ServiceManager.BatchesState(opts, arg0)
172172
}
173173

174174
return retry.RetryWithData(batchState_func, config)

0 commit comments

Comments
 (0)