Added get get_node_path function, seperating wallet dir and node_dir -compiling but some warnings

This commit is contained in:
Anynomouss
2025-02-13 17:11:38 +01:00
parent 0573393e8d
commit 80586cc175
4 changed files with 62 additions and 63 deletions
+2 -1
View File
@@ -86,7 +86,8 @@ where
let mut w_lock = owner_api.wallet_inst.lock();
let p = w_lock.lc_provider()?;
p.create_config(&chain_type, WALLET_CONFIG_FILE_NAME, None, None, None)?;
// Config and updating of config was moved to main, avoid overwriting with default value
//p.create_config(&chain_type, WALLET_CONFIG_FILE_NAME, None, None, None)?;
p.create_wallet(
None,
args.recovery_phrase,