diff --git a/src/Zenith/Utils.hs b/src/Zenith/Utils.hs index 6ec841e..86a58ed 100644 --- a/src/Zenith/Utils.hs +++ b/src/Zenith/Utils.hs @@ -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