Changing provider to ledger more consistent with previous experience

This commit is contained in:
fragosti
2018-06-27 11:37:24 -07:00
parent b6f546ebe0
commit 360927ec77
2 changed files with 5 additions and 5 deletions

View File

@@ -284,8 +284,6 @@ export class LedgerConfigDialog extends React.Component<LedgerConfigDialogProps,
stepIndex: LedgerSteps.SELECT_ADDRESS,
connectionErrMsg: '',
});
} else {
this.props.dispatcher.updateBlockchainIsLoaded(true);
}
return didSucceed;
}