aboutsummaryrefslogtreecommitdiffstats
path: root/core
diff options
context:
space:
mode:
authorobscuren <geffobscura@gmail.com>2015-04-09 04:18:16 +0800
committerobscuren <geffobscura@gmail.com>2015-04-09 04:18:16 +0800
commit6e2f78ebdd4c8d0d150327400a16d67cb65fc482 (patch)
treea04eef0289485f0d2e6f52b817a23cfebbc87834 /core
parent2e2860e4df4500d1e801c9753ea71014738b83d3 (diff)
downloadgo-tangerine-6e2f78ebdd4c8d0d150327400a16d67cb65fc482.tar
go-tangerine-6e2f78ebdd4c8d0d150327400a16d67cb65fc482.tar.gz
go-tangerine-6e2f78ebdd4c8d0d150327400a16d67cb65fc482.tar.bz2
go-tangerine-6e2f78ebdd4c8d0d150327400a16d67cb65fc482.tar.lz
go-tangerine-6e2f78ebdd4c8d0d150327400a16d67cb65fc482.tar.xz
go-tangerine-6e2f78ebdd4c8d0d150327400a16d67cb65fc482.tar.zst
go-tangerine-6e2f78ebdd4c8d0d150327400a16d67cb65fc482.zip
Default log to stderr
Diffstat (limited to 'core')
-rw-r--r--core/transaction_pool.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/core/transaction_pool.go b/core/transaction_pool.go
index bfb54e24d..94a94f93d 100644
--- a/core/transaction_pool.go
+++ b/core/transaction_pool.go
@@ -122,7 +122,6 @@ func (self *TxPool) add(tx *types.Transaction) error {
}
err := self.ValidateTransaction(tx)
if err != nil {
- self.invalidHashes.Add(tx.Hash())
return err
}