From dc9fc5e63395ffc34701f72006bae131c1dad67f Mon Sep 17 00:00:00 2001 From: Vitaliy Vlasov Date: Thu, 26 Apr 2018 17:56:17 +0300 Subject: [PATCH] Minor docstring fix for TxTracker --- src/clj/commiteth/eth/core.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/clj/commiteth/eth/core.clj b/src/clj/commiteth/eth/core.clj index d158199..54582e9 100644 --- a/src/clj/commiteth/eth/core.clj +++ b/src/clj/commiteth/eth/core.clj @@ -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]