Minor docstring fix for TxTracker
This commit is contained in:
parent
6234bfcb25
commit
dc9fc5e633
|
@ -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]
|
||||
|
|
Loading…
Reference in New Issue