OSDN Git Service

recover code
[bytom/bytom.git] / protocol / bc / types / block_header.go
index 7b1c25e..1a52eab 100644 (file)
@@ -19,6 +19,7 @@ type BlockHeader struct {
        PreviousBlockHash bc.Hash // The hash of the previous block.
        Timestamp         uint64  // The time of the block in seconds.
        BlockWitness
+       SupLinks
        BlockCommitment
 }