Skip to content

Commit

Permalink
temp commit: Add fluff
Browse files Browse the repository at this point in the history
  • Loading branch information
rvl committed Sep 13, 2021
1 parent 23a95ce commit d9c33dc
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions lib/core/src/Cardano/Wallet.hs
Expand Up @@ -183,6 +183,7 @@ module Cardano.Wallet
-- * Utilities
, throttle
, guardHardIndex
, nullFluff

-- * Logging
, WalletWorkerLog (..)
Expand Down Expand Up @@ -2967,3 +2968,7 @@ instance HasSeverityAnnotation TxSubmitLog where
MsgRetryPostTxResult _ (Right _) -> Info
MsgRetryPostTxResult _ (Left _) -> Debug
MsgProcessPendingPool msg -> getSeverityAnnotation msg

-- | Empty fluff.
nullFluff :: Monoid a => a
nullFluff = mempty

0 comments on commit d9c33dc

Please sign in to comment.