This commit is contained in:
Dmitry Zuikov 2024-08-22 14:45:55 +03:00
parent 1ced4f7981
commit f004793a56
3 changed files with 7 additions and 5 deletions

View File

@ -10,7 +10,7 @@ import HBS2.Net.Auth.Credentials
import HBS2.Data.KeyRing qualified as KeyRing
import HBS2.System.Dir
import HBS2.System.Logger.Simple
import Data.Config.Suckless.KeyValue
import Data.Config.Suckless
@ -118,7 +118,8 @@ updateKeys = do
let rchans = [ r | ListVal [SymbolVal "refchan", SignPubKeyLike r] <- conf ]
pure ()
for_ rchans $ \rchan -> do
notice $ yellow "scanning refchan" <+> pretty (AsBase58 rchan)
setWeightCmd :: (AppPerks m) => Parser (Command m)

View File

@ -17,8 +17,7 @@ import HBS2.Base58
import HBS2.Net.Auth.Credentials()
import HBS2.Net.Proto.Types
import HBS2.System.Logger.Simple
import HBS2.System.Logger.Simple.ANSI
import Data.Config.Suckless
import DBPipe.SQLite

View File

@ -1,8 +1,10 @@
module HBS2.KeyMan.Prelude
( module HBS2.Prelude.Plated
, module Exported
) where
import HBS2.Prelude.Plated
import HBS2.Misc.PrettyStuff as Exported
import HBS2.System.Logger.Simple.ANSI as Exported