Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(wallet_web_ui): invalid resource error on transfers (#1175)
Description --- Fixed the default XTR resource address in the wallet web ui Motivation and Context --- Recently we changed the format of resource and component addresses, being now a bit longer. The wallet web ui still got a constant for the XTR resource with the old format, causing problems when doing transfers. This PR fixes it. How Has This Been Tested? --- Manually by launching a local network with `tari_swarm`, creating accounts and doing transfers What process can a PR reviewer use to test or verify this change? --- See previous section Breaking Changes --- - [x] None - [ ] Requires data directory to be deleted - [ ] Other - Please specify
- Loading branch information