namada icon indicating copy to clipboard operation
namada copied to clipboard

Improve Clarity of Wallet Store Decoding Error Message

Open nodersteam opened this issue 1 year ago • 0 comments

Describe your changes

modified https://github.com/nodersteam/namada/blob/456486fe61c2f5c3c60136963018224280b22f61/apps/src/lib/wallet/mod.rs#L245 to return a Result so the error can be propagated to the caller, and thus eprinted well.

Indicate on which release or other PRs this topic is based on

v0.29.0 Closes https://github.com/anoma/namada/issues/2151

Checklist before merging to draft

  • [x] I have added a changelog
  • [X] Git history is in acceptable state

nodersteam avatar Jan 15 '24 15:01 nodersteam