Add confirmedHash to SML entries (#30)

This commit is contained in:
Alexander Block 2018-11-14 14:15:42 +01:00 committed by thephez
parent 432c4a977e
commit 3eef1d603a

View file

@ -81,6 +81,7 @@ A SML entry consists of the following fields:
| Field | Type | Size | Description |
| --- | --- | --- | --- |
| proRegTxHash | uint256 | 32 | The hash of the ProRegTx that identifies the masternode |
| confirmedHash | uint256 | 32 | The hash of the block at which the masternode got confirmed |
| ipAddress | byte[] | 16 | IPv6 address in network byte order. Only IPv4 mapped addresses are allowed (to be extended in the future) |
| port | uint_16 | 2 | Port (network byte order) |
| pubKeyOperator | BLSPubKey | 48 | The operators public key |