Remove account expiration

This commit is contained in:
Matěj Divecký 2024-02-19 11:12:47 +01:00
parent e45a61cabf
commit 8e20cca28a

View file

@ -202,7 +202,7 @@ proc initAccountPool*(cfg: Config; path: string) =
quit 1
let accountsPrePurge = accountPool.len
accountPool.keepItIf(not it.hasExpired)
#accountPool.keepItIf(not it.hasExpired)
log "Successfully added ", accountPool.len, " valid accounts."
if accountsPrePurge > accountPool.len: