OSDN Git Service

fix conflict
authorshenao78 <shenao.78@163.com>
Wed, 27 Oct 2021 09:49:06 +0000 (17:49 +0800)
committershenao78 <shenao.78@163.com>
Wed, 27 Oct 2021 09:49:06 +0000 (17:49 +0800)
1  2 
protocol/bc/types/block_header.go

@@@ -19,7 -19,7 +19,6 @@@ type BlockHeader struct 
        PreviousBlockHash bc.Hash // The hash of the previous block.
        Timestamp         uint64  // The time of the block in seconds.
        BlockWitness
--      SupLinks
        BlockCommitment
  }