mirror of
https://github.com/creating2morrow/neveko.git
synced 2025-01-03 09:29:39 +00:00
persist wallet password on neveko-core
This commit is contained in:
parent
c9213c8d2e
commit
d9aa639cea
1 changed files with 1 additions and 0 deletions
|
@ -526,6 +526,7 @@ pub async fn start_up() {
|
||||||
print!("enter a password for monero-wallet-rpc: ");
|
print!("enter a password for monero-wallet-rpc: ");
|
||||||
std::io::stdout().flush().unwrap();
|
std::io::stdout().flush().unwrap();
|
||||||
wallet_password = read_password().unwrap();
|
wallet_password = read_password().unwrap();
|
||||||
|
std::env::set_var(crate::MONERO_WALLET_PASSWORD, &wallet_password);
|
||||||
}
|
}
|
||||||
gen_app_wallet(&wallet_password).await;
|
gen_app_wallet(&wallet_password).await;
|
||||||
if args.i2p_normal {
|
if args.i2p_normal {
|
||||||
|
|
Loading…
Reference in a new issue