mirror of
https://github.com/status-im/open-bounty.git
synced 2025-02-20 05:08:12 +00:00
Minor docstring fix for TxTracker
This commit is contained in:
parent
6234bfcb25
commit
dc9fc5e633
@ -76,7 +76,7 @@
|
|||||||
"Mark tx as successfully closed")
|
"Mark tx as successfully closed")
|
||||||
(prune-txs [this txs]
|
(prune-txs [this txs]
|
||||||
"Release nonces related to txs param
|
"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]
|
(defrecord SequentialTxTracker [current-tx]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user