-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Wallet team feedback #264
Wallet team feedback #264
Conversation
gguijarro-c-chwy
commented
Oct 5, 2023
children: [ | ||
Padding( | ||
padding: const EdgeInsets.only(bottom: 8), | ||
child: Text(error.message, style: context.hyphaTextTheme.ralMediumBody), |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
not sure error.message is what we need? Does that contain the blockchain error message? Did we test this?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We need to test with a real tx error
Otherwise looks great to me
…let into wallet_team_feedback
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It's good now