Implement display of seed phrase #69

Merged
pitmutt merged 8 commits from rav001 into dev041 2024-03-18 17:27:16 +00:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit a366d3a87b - Show all commits

View File

@ -33,7 +33,7 @@ displayZec s
-- | Helper function to display abbreviated Unified Address
showAddress :: UnifiedAddress -> T.Text
showAddress u = T.take 8 t <> "..." <> T.takeEnd 8 t
showAddress u = T.take 20 t <> "..."
where
t = encodeUnifiedAddress u