From: shenao78 Date: Wed, 27 Oct 2021 09:50:19 +0000 (+0800) Subject: recover code X-Git-Tag: v2.0.7~6^2 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=d38c57ca8307700558a22e25430a16b238da577f;p=bytom%2Fbytom.git recover code --- 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 }