aboutsummaryrefslogtreecommitdiffstats
path: root/core/types/vote.go
diff options
context:
space:
mode:
Diffstat (limited to 'core/types/vote.go')
-rw-r--r--core/types/vote.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/core/types/vote.go b/core/types/vote.go
index 294bc74..0d4f8ab 100644
--- a/core/types/vote.go
+++ b/core/types/vote.go
@@ -60,7 +60,6 @@ func (v *Vote) Clone() *Vote {
BlockHash: v.BlockHash,
Period: v.Period,
Position: Position{
- ShardID: v.Position.ShardID,
ChainID: v.Position.ChainID,
Height: v.Position.Height,
},