We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 38a728d commit a21ffb7Copy full SHA for a21ffb7
pkg/tx/transfer.go
@@ -64,7 +64,7 @@ func Transfer(pk string, to string, val string, data []byte, ec *ethclient.Clien
64
Gas: 0,
65
GasPrice: maxFeePerGas,
66
Value: wei,
67
- Data: nil,
+ Data: data,
68
}
69
70
estimatedGas, err := ec.EstimateGas(context.Background(), msg)
0 commit comments