diff options
author | obscuren <geffobscura@gmail.com> | 2014-07-15 06:25:49 +0800 |
---|---|---|
committer | obscuren <geffobscura@gmail.com> | 2014-07-15 06:25:49 +0800 |
commit | 2784e256f1c5f8112486e9037c9b00e628e5aa10 (patch) | |
tree | fc4740c381d00efa5777159c129ab9ad2c2836dc /ethchain/transaction.go | |
parent | 50bc838047709796596f447ef3e60d0e4ab47fde (diff) | |
download | dexon-2784e256f1c5f8112486e9037c9b00e628e5aa10.tar.gz dexon-2784e256f1c5f8112486e9037c9b00e628e5aa10.tar.zst dexon-2784e256f1c5f8112486e9037c9b00e628e5aa10.zip |
Vm logging on diff
Diffstat (limited to 'ethchain/transaction.go')
-rw-r--r-- | ethchain/transaction.go | 4 |
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 } |