Publish Zenith beta version #80

Merged
pitmutt merged 90 commits from dev041 into master 2024-05-09 19:15:41 +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