aboutsummaryrefslogtreecommitdiffstats
path: root/ethchain/transaction.go
diff options
context:
space:
mode:
Diffstat (limited to 'ethchain/transaction.go')
-rw-r--r--ethchain/transaction.go4
1 files changed, 0 insertions, 4 deletions
diff --git a/ethchain/transaction.go b/ethchain/transaction.go
index 0b4f8d1a4..5686a7edb 100644
--- a/ethchain/transaction.go
+++ b/ethchain/transaction.go
@@ -232,10 +232,6 @@ func (self *Receipt) Cmp(other *Receipt) bool {
return false
}
- if self.CumulativeGasUsed.Cmp(other.CumulativeGasUsed) != 0 {
- return false
- }
-
return true
}