Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
BedrockSquirrel committed Feb 14, 2024
1 parent 09b3073 commit 531a57e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion integration/networktest/userwallet/userwallet.go
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ func (s *UserWallet) SendFunds(ctx context.Context, addr gethcommon.Address, val
Value: value,
To: &addr,
}
tx := s.client.EstimateGasAndGasPrice(txData)
tx := s.client.EstimateGasAndGasPrice(txData) //nolint: contextcheck

txHash, err := s.SendTransaction(ctx, tx)
if err != nil {
Expand Down

0 comments on commit 531a57e

Please sign in to comment.