OSDN Git Service

recover code opt_trace_service
authorshenao78 <shenao.78@163.com>
Wed, 27 Oct 2021 09:50:19 +0000 (17:50 +0800)
committershenao78 <shenao.78@163.com>
Wed, 27 Oct 2021 09:50:19 +0000 (17:50 +0800)
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
 }