Skip to content

Commit

Permalink
chore: PR tested and ready 4 review
Browse files Browse the repository at this point in the history
  • Loading branch information
uri-99 committed Sep 5, 2024
1 parent 1042343 commit b96aa50
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions core/chainio/avs_writer.go
Original file line number Diff line number Diff line change
Expand Up @@ -128,10 +128,7 @@ func (w *AvsWriter) checkRespondToTaskFeeLimit(tx *types.Transaction, txOpts bin
}

// check Agg wallet balance against RespondToTaskFeeLimit.
// Should I make this check?
// aggregatorAddress := txOpts.From
aggregatorAddress := txOpts.From
// aggregatorBalance, err := w.Client.BalanceAt(nil, aggregatorAddress, nil)
aggregatorBalance, err := w.Client.BalanceAt(context.TODO(), aggregatorAddress, nil)
if err != nil {
return fmt.Errorf("failed to get aggregator balance: %v", err)
Expand Down

0 comments on commit b96aa50

Please sign in to comment.