Open
Description
Using NULL_SENDER
tx to send vote tx, it's a new transaction format defined in EIP86.
- If the signature of a transaction is
(0, 0, 0) (ie. v = r = s = 0)
, then treat it as valid and set the sender address to2**160 - 1
- nonce = gasprice = value = 0
See: https://github.com/karlfloersch/pyethereum/blob/develop/ethereum/transactions.py#L82-L85
Related discussions:
Metadata
Assignees
Labels
No labels