mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-05-18 22:09:26 +00:00
...
This commit is contained in:
parent
f292e93e0e
commit
45b810450f
1 changed files with 0 additions and 5 deletions
|
|
@ -109,11 +109,6 @@ func (tx *Transaction) Sign(privk []byte) error {
|
||||||
return nil
|
return nil
|
||||||
}
|
}
|
||||||
|
|
||||||
<<<<<<< HEAD
|
|
||||||
=======
|
|
||||||
// [ NONCE, GASPRICE, GAS, TO, VALUE, DATA, V, R, S ]
|
|
||||||
// [ NONCE, GASPRICE, GAS, 0, VALUE, CODE, INIT, V, R, S ]
|
|
||||||
>>>>>>> 38b4dc2cdf23380532a25240760273dd07b9dff6
|
|
||||||
func (tx *Transaction) RlpData() interface{} {
|
func (tx *Transaction) RlpData() interface{} {
|
||||||
data := []interface{}{tx.Nonce, tx.GasPrice, tx.Gas, tx.Recipient, tx.Value, tx.Data}
|
data := []interface{}{tx.Nonce, tx.GasPrice, tx.Gas, tx.Recipient, tx.Value, tx.Data}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue