Minor docstring fix for TxTracker

This commit is contained in:
Vitaliy Vlasov 2018-04-26 17:56:17 +03:00
parent 6234bfcb25
commit dc9fc5e633
1 changed files with 1 additions and 1 deletions

View File

@ -76,7 +76,7 @@
"Mark tx as successfully closed")
(prune-txs [this txs]
"Release nonces related to txs param
and the ones that have expired (haven't been in a certain time)")
and the ones that have expired (haven't been marked as closed after a certain timeout)")
)
(defrecord SequentialTxTracker [current-tx]