1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-12-23 09:52:26 +01:00
metamask-extension/test/unit/ui
Mark Stacey e7fbdd1be6 Return Promise from setRpcTarget
`setRpcTarget` returned a thunk that didn't return a Promise, despite
doing async work. It now returns a Promise.

The callers of this action creator didn't need to be updated, as they
were all in event handlers that didn't require knowing when the
operation had completed.
2020-04-28 12:16:59 -03:00
..
app Return Promise from setRpcTarget 2020-04-28 12:16:59 -03:00
etherscan-prefix-for-network.spec.js Update ESLint rules for test suite (#8023) 2020-02-11 13:21:13 -03:30