Add fork signaling to blockheader

Signed-off-by: Jakub Sztandera <kubuxu@protocol.ai>
This commit is contained in:
Jakub Sztandera
2020-01-08 20:31:08 +01:00
parent 72a62d49b3
commit 8cfb4aafcd
7 changed files with 172 additions and 5 deletions
+2
View File
@@ -59,6 +59,8 @@ type BlockHeader struct {
Timestamp uint64
BlockSig *Signature
ForkSignaling uint64
}
func (b *BlockHeader) ToStorageBlock() (block.Block, error) {