diff options
Diffstat (limited to 'tx.go')
| -rw-r--r-- | tx.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -125,7 +125,7 @@ func (tx *Tx) recycle() { delete(tx.watching, v) v.watchers.Delete(tx) } - txPool.Put(tx) + //txPool.Put(tx) } func (tx *Tx) lockAllVars() { |
