aboutsummaryrefslogtreecommitdiffstats
path: root/core/blocklattice.go
diff options
context:
space:
mode:
Diffstat (limited to 'core/blocklattice.go')
-rw-r--r--core/blocklattice.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/core/blocklattice.go b/core/blocklattice.go
index 4dc43a4..3fa0736 100644
--- a/core/blocklattice.go
+++ b/core/blocklattice.go
@@ -134,7 +134,6 @@ func (s *chainStatus) purge() (purged common.Hashes) {
// nextPosition returns a valid position for new block in this chain.
func (s *chainStatus) nextPosition(shardID uint32) types.Position {
return types.Position{
- ShardID: shardID,
ChainID: s.ID,
Height: s.minHeight + uint64(len(s.blocks)),
}