mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-11-23 18:41:38 +01:00
e7fbdd1be6
`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. |
||
---|---|---|
.. | ||
actionConstants.js | ||
actions.js | ||
store.js |