1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-10-23 11:46:13 +02:00
metamask-extension/test/unit/ui/app
Mark Stacey e132998930
Return a Promise from setProviderType thunk (#8436)
`setProviderType` returned a thunk that didn't return a Promise,
despite doing async work. It now returns a Promise.

None of the callers of this action creator needed to know when it
completed, so no changes to the call sites were made.
2020-04-28 09:50:04 -03:00
..
reducers Remove unused transForward state and actions (#8401) 2020-04-23 20:32:08 -03:00
actions.spec.js Return a Promise from setProviderType thunk (#8436) 2020-04-28 09:50:04 -03:00
selectors.spec.js Fix selectors that use metamask.send.from state (#8182) 2020-03-11 15:40:35 -03:00