From d38c57ca8307700558a22e25430a16b238da577f Mon Sep 17 00:00:00 2001 From: shenao78 Date: Wed, 27 Oct 2021 17:50:19 +0800 Subject: [PATCH] recover code --- protocol/bc/types/block_header.go | 1 + 1 file changed, 1 insertion(+) diff --git a/protocol/bc/types/block_header.go b/protocol/bc/types/block_header.go index 7b1c25ea..1a52eabb 100644 --- a/protocol/bc/types/block_header.go +++ b/protocol/bc/types/block_header.go @@ -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 } -- 2.11.0