aboutsummaryrefslogtreecommitdiffstats
path: root/core/types
diff options
context:
space:
mode:
Diffstat (limited to 'core/types')
-rw-r--r--core/types/block.go2
1 files changed, 0 insertions, 2 deletions
diff --git a/core/types/block.go b/core/types/block.go
index b51cea811..68346acaa 100644
--- a/core/types/block.go
+++ b/core/types/block.go
@@ -91,8 +91,6 @@ type Header struct {
WitnessRoot common.Hash `json:"witnessRoot" gencodec:"required"`
WitnessReceiptHash common.Hash `json:"witnessReceiptHash" gencodec:"required"`
DexconMeta []byte `json:"dexconMeta" gencodec:"required"`
- ChainID uint32 `json:"chainID" gencodec:"required"`
- ChainBlockHeight uint64 `json:"chainBlockHeight" gencodec:"required"`
}
// field type overrides for gencodec