Skip to content

Commit

Permalink
Fix wallet reuse existing tor address
Browse files Browse the repository at this point in the history
  • Loading branch information
SWvheerden committed Jan 19, 2023
1 parent 5c50662 commit 111342e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion applications/tari_console_wallet/src/init/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -349,7 +349,7 @@ pub async fn init_wallet(
let factories = CryptoFactories::default();

let mut wallet = Wallet::start(
config.wallet.clone(),
wallet_config,
config.peer_seeds.clone(),
config.auto_update.clone(),
node_identity,
Expand Down

0 comments on commit 111342e

Please sign in to comment.