aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tx.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/tx.go b/tx.go
index 4b6edf8..30100bf 100644
--- a/tx.go
+++ b/tx.go
@@ -103,7 +103,6 @@ func (tx *Tx) reset() {
}
func (tx *Tx) recycle() {
- tx.reset()
txPool.Put(tx)
}