aboutsummaryrefslogtreecommitdiffstats
path: root/core/types/block.go
diff options
context:
space:
mode:
authorWei-Ning Huang <w@dexon.org>2018-12-19 10:22:38 +0800
committerWei-Ning Huang <w@byzantine-lab.io>2019-06-12 17:27:19 +0800
commit688f2f832e7513cedbd7f51bced6ed76348e2b2f (patch)
treea0f7a7f9de36f249c3e06713740bcb292d5f90a7 /core/types/block.go
parentc399c2fbf2000313ff32f8e1f9b1839f157a8b97 (diff)
downloadgo-tangerine-688f2f832e7513cedbd7f51bced6ed76348e2b2f.tar
go-tangerine-688f2f832e7513cedbd7f51bced6ed76348e2b2f.tar.gz
go-tangerine-688f2f832e7513cedbd7f51bced6ed76348e2b2f.tar.bz2
go-tangerine-688f2f832e7513cedbd7f51bced6ed76348e2b2f.tar.lz
go-tangerine-688f2f832e7513cedbd7f51bced6ed76348e2b2f.tar.xz
go-tangerine-688f2f832e7513cedbd7f51bced6ed76348e2b2f.tar.zst
go-tangerine-688f2f832e7513cedbd7f51bced6ed76348e2b2f.zip
dex: remove duplicate declaration of WitnessData (#92)
Remove duplicate declaration of WitnessData and remove the TxHash field in witness data since it does not need to be witnessed.
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
}