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

subscribe to blockchain after discovery

This commit is contained in:
Szymon Lesisz 2018-11-26 10:16:32 +01:00
parent c66383ddba
commit 7956b4a5fb

View File

@ -242,7 +242,7 @@ const finish = (device: TrezorDevice, discoveryProcess: Discovery): AsyncAction
useEmptyPassphrase: device.useEmptyPassphrase, useEmptyPassphrase: device.useEmptyPassphrase,
}); });
// await dispatch(BlockchainActions.subscribe(discoveryProcess.network)); await dispatch(BlockchainActions.subscribe(discoveryProcess.network));
if (dispatch(isProcessInterrupted(discoveryProcess))) return; if (dispatch(isProcessInterrupted(discoveryProcess))) return;