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
echo "<p class='bg-success'><b>Your wallet is now encrypted, your password is $password, do not forget it, there is no way of recovering it. This process will stop the wallet, you must restart your StakeBox before you can access it again.</b></p> ";
$newLockState = "Locked";
changeLockState();
} catch(Exception $e) {
echo "<p class='bg-danger'><b>Error: Something went wrong... Is your wallet already encrypted?</b></p>";