Skip to content

Conversation

@fnando
Copy link
Member

@fnando fnando commented Jul 31, 2025

What

Fix address display. Even though we have the Display trait implemented, the enum debug string is being used. Using to_string() fixes it.

before
✅ Account AliasOrSecret("me") funded on "Test SDF Network ; September 2015"

after
✅ Account me funded on "Test SDF Network ; September 2015"

Why

So it's better.

Known limitations

N/A

@github-project-automation github-project-automation bot moved this to Backlog (Not Ready) in DevX Jul 31, 2025
Copy link
Collaborator

@elizabethengelman elizabethengelman left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👏

@fnando fnando merged commit a947145 into main Jul 31, 2025
35 checks passed
@fnando fnando deleted the fix-display branch July 31, 2025 18:43
@github-project-automation github-project-automation bot moved this from Backlog (Not Ready) to Done in DevX Jul 31, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

3 participants