Return Promise from `updateAndSetCustomRpc` thunk (#8440)
`updateAndSetCustomRpc` returned a thunk that didn't return a Promise, despite doing async work. It now returns a Promise. In the one place where this is used, it didn't seem important to update the callsite to block on this finishing. Only one call followed it in the event handler, and it didn't seem to depend on this.feature/default_network_editable
parent
06ba0db840
commit
47b785ad7e
Loading…
Reference in new issue