Added get get_node_path function, seperating wallet dir and node_dir -compiling but some warnings
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user