fix and comment outdated tests (#155)

* fix and comment outdated tests

* config test

* update workflow for tests
This commit is contained in:
Federico Kunze
2021-06-21 10:17:31 -04:00
committed by GitHub
parent b4d3659547
commit 04bacbdd1b
8 changed files with 885 additions and 852 deletions
+1 -3
View File
@@ -20,9 +20,7 @@ func newTxData(
GasLimit: gasLimit,
}
if len(input) > 0 {
txData.Input = common.CopyBytes(input)
}
txData.Input = common.CopyBytes(input)
if to != nil {
txData.To = to.Hex()