1
0
mirror of https://github.com/trezor/trezor-wallet synced 2024-11-24 09:18:09 +00:00

pendingTransportEvent implementation

This commit is contained in:
Szymon Lesisz 2018-05-23 12:27:53 +02:00
parent fc9563a04e
commit 3d44fb1e4f

View File

@ -118,7 +118,8 @@ export const init = (): AsyncAction => {
connectSrc: 'https://sisyfos.trezor.io/', connectSrc: 'https://sisyfos.trezor.io/',
debug: false, debug: false,
popup: false, popup: false,
webusb: true webusb: true,
pendingTransportEvent: (getState().devices.length < 1)
}); });
} catch (error) { } catch (error) {
// dispatch({ // dispatch({