aboutsummaryrefslogtreecommitdiff
path: root/funcs.go
diff options
context:
space:
mode:
Diffstat (limited to 'funcs.go')
-rw-r--r--funcs.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/funcs.go b/funcs.go
index b418cd7..91d6bc8 100644
--- a/funcs.go
+++ b/funcs.go
@@ -35,6 +35,7 @@ func init() {
func newTx() *Tx {
tx := txPool.Get().(*Tx)
tx.tries = 0
+ tx.completed = false
return tx
}