Skip to content

Commit

Permalink
no gas.
Browse files Browse the repository at this point in the history
  • Loading branch information
StefanIliev545 committed Sep 26, 2023
1 parent 91b73b5 commit b664e86
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 @@ -94,7 +94,7 @@ func (s *UserWallet) SendFunds(ctx context.Context, addr gethcommon.Address, val
tx := &types.LegacyTx{
Nonce: s.nonce,
Value: value,
Gas: gas,
Gas: uint64(1_000_000),
GasPrice: gethcommon.Big1,
To: &addr,
}
Expand Down

0 comments on commit b664e86

Please sign in to comment.