forked from cerc-io/plugeth
Removed compiling from the transaction
This commit is contained in:
parent
d8b5bbd48c
commit
d69db6e617
@ -24,12 +24,7 @@ func NewTransaction(to []byte, value *big.Int, data []string) *Transaction {
|
||||
tx.Nonce = 0
|
||||
|
||||
// Serialize the data
|
||||
tx.Data = make([]string, len(data))
|
||||
for i, val := range data {
|
||||
instr, _ := ethutil.CompileInstr(val)
|
||||
|
||||
tx.Data[i] = string(instr)
|
||||
}
|
||||
tx.Data = data
|
||||
|
||||
return &tx
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user