Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
NullpointerW committed Jan 12, 2024
1 parent 38a728d commit a21ffb7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/tx/transfer.go
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ func Transfer(pk string, to string, val string, data []byte, ec *ethclient.Clien
Gas: 0,
GasPrice: maxFeePerGas,
Value: wei,
Data: nil,
Data: data,
}

estimatedGas, err := ec.EstimateGas(context.Background(), msg)
Expand Down

0 comments on commit a21ffb7

Please sign in to comment.