1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-12-23 09:52:26 +01:00
metamask-extension/ui/app
Mark Stacey 627fc2f93c
Return Promise from editRpc thunk (#8441)
`editRpc` 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.
2020-04-28 13:56:35 -03:00
..
components Delete Dai/Sai migration notification (#8418) 2020-04-27 16:23:43 -02:30
contexts
css
ducks
helpers
pages Delete Dai/Sai migration notification (#8418) 2020-04-27 16:23:43 -02:30
selectors Remove fallback selected address (#8439) 2020-04-28 12:36:25 -03:00
store Return Promise from editRpc thunk (#8441) 2020-04-28 13:56:35 -03:00