bitshares-ui
bitshares-ui copied to clipboard
Streamline updateGatewayBackers usage
Investigate usage of updateGatewayBackers
- ensure it is only called once, and only called lazily if the user accesses gateway functionality (button in exchange, deposit- or withdraw modal)
- ensure it is called when error in gateway appears that could be resolved with calling it again (e.g. gateway down)
I've been working on this.