aboutsummaryrefslogtreecommitdiffstats
path: root/core/types/block.go
diff options
context:
space:
mode:
Diffstat (limited to 'core/types/block.go')
-rw-r--r--core/types/block.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/core/types/block.go b/core/types/block.go
index 3766d3ac0..23da3ea77 100644
--- a/core/types/block.go
+++ b/core/types/block.go
@@ -67,7 +67,6 @@ func (n *BlockNonce) UnmarshalText(input []byte) error {
// WitnessData represents the witness data.
type WitnessData struct {
Root common.Hash
- TxHash common.Hash
ReceiptHash common.Hash
}