Skip to content

Commit

Permalink
Add additional instructions for transport selection
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidTranDucVL committed Jun 8, 2021
1 parent 474cd27 commit 9e1e3b2
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions app/frontend/actions/wallet.ts
Expand Up @@ -79,6 +79,10 @@ export default (store: Store) => {
ledgerTransportType,
}
try {
loadingAction(
state,
'Please allow access to your device. Select your device in dropdown and then click Connect.'
)
const cryptoProvider = await ShelleyCryptoProviderFactory.getCryptoProvider(
cryptoProviderType,
{
Expand All @@ -87,6 +91,7 @@ export default (store: Store) => {
config,
}
)
loadingAction(state, 'Loading wallet data...')

setWallet(
await ShelleyWallet({
Expand Down

0 comments on commit 9e1e3b2

Please sign in to comment.