Skip to content
This repository has been archived by the owner on Aug 18, 2020. It is now read-only.

Commit

Permalink
Merge pull request #1683 from input-output-hk/martoon/csm477-servant-…
Browse files Browse the repository at this point in the history
…unicode

[CSM-477] Hide wallet/account names from logs
  • Loading branch information
volhovm authored Sep 29, 2017
2 parents 5a48421 + 73bb8c4 commit c563017
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions node/src/Pos/Wallet/Web/ClientTypes/Instances.hs
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,8 @@ instance Buildable CWalletAssurance where

instance Buildable CWalletMeta where
build CWalletMeta{..} =
bprint ("'"%build%"' ("%build%"/"%build%")")
cwName cwAssurance cwUnit
bprint ("("%build%"/"%build%")")
cwAssurance cwUnit

instance Buildable CWalletInit where
build CWalletInit{..} =
Expand All @@ -88,8 +88,7 @@ instance Buildable CWallet where
cwPassphraseLU

instance Buildable CAccountMeta where
build CAccountMeta{..} =
bprint ("'"%build%"'") caName
build CAccountMeta{..} = "<meta>"

instance Buildable CAccountInit where
build CAccountInit{..} =
Expand Down

0 comments on commit c563017

Please sign in to comment.