good morning!!!!

Skip to content
Snippets Groups Projects
Commit 574d5d6a authored by Felix Lange's avatar Felix Lange
Browse files

core/types: add rlp tag "nil" for Transaction.Recipient

parent cad64fb9
Branches
Tags
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment