mirror of
https://github.com/arnaucube/go-ethereum.git
synced 2026-02-28 05:56:45 +01:00
core/types: add rlp tag "nil" for Transaction.Recipient
This commit is contained in:
@@ -22,7 +22,7 @@ type Transaction struct {
|
||||
AccountNonce uint64
|
||||
Price *big.Int
|
||||
GasLimit *big.Int
|
||||
Recipient *common.Address // nil means contract creation
|
||||
Recipient *common.Address `rlp:"nil"` // nil means contract creation
|
||||
Amount *big.Int
|
||||
Payload []byte
|
||||
V byte
|
||||
|
||||
Reference in New Issue
Block a user