forked from cerc-io/laconicd-deprecated
fix and comment outdated tests (#155)
* fix and comment outdated tests * config test * update workflow for tests
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user