fix comment

pull/3990/head
徐志强 3 years ago committed by Leo Chen
parent 0c30830c06
commit 2dc54381fb
No known key found for this signature in database
GPG Key ID: 9A0417092EBC5E96
  1. 2
      block/interface/header.go

@ -223,7 +223,7 @@ type Header interface {
Logger(logger *zerolog.Logger) *zerolog.Logger
// GetShardState returns the deserialized shard state object.
// Note that header encoded shard state only exists in the first block of the epoch
// Note that header encoded shard state only exists in the last block of the previous epoch
GetShardState() (shard.State, error)
// Copy returns a copy of the header.

Loading…
Cancel
Save