You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently if the user does not have a wallet, forc-deploy offers them to create a new one. We will also offer them to import if they have one already created with #6680. But even there is no wallet at the default path the ask for password is invoked before checking this situation so we end up asking for a password for a wallet that does not exists.
...
Confirming transactions [deploy final-contract]
Network: https://testnet.fuel.network
Wallet: /Users/kayagokalp/.fuel/wallets/.wallet
✔ Wallet password · ****? Could not find a wallet at "/Users/kayagokalp/.fuel/wallets/.wallet", would you like to create a new one? [y/N]: (y/n) ›
Fix
This is a basic logic error and the order of invoking password prompt and checking/creating a new wallet should be switched.
The text was updated successfully, but these errors were encountered:
Problem
Currently if the user does not have a wallet, forc-deploy offers them to create a new one. We will also offer them to import if they have one already created with #6680. But even there is no wallet at the default path the ask for password is invoked before checking this situation so we end up asking for a password for a wallet that does not exists.
Fix
This is a basic logic error and the order of invoking password prompt and checking/creating a new wallet should be switched.
The text was updated successfully, but these errors were encountered: