mirror of
https://github.com/logos-blockchain/lssa.git
synced 2026-01-04 22:33:06 +00:00
feat: dump command
This commit is contained in:
parent
17b6851d00
commit
99640bd70c
@ -149,6 +149,7 @@ pub enum Command {
|
||||
#[arg(long)]
|
||||
amount: u64,
|
||||
},
|
||||
DumpAccountsOnDisc,
|
||||
}
|
||||
|
||||
///To execute commands, env var NSSA_WALLET_HOME_DIR must be set into directory with config
|
||||
@ -177,6 +178,9 @@ pub async fn execute_subcommand(command: Command) -> Result<()> {
|
||||
|
||||
info!("Results of tx send is {res:#?}");
|
||||
}
|
||||
Command::DumpAccountsOnDisc => {
|
||||
info!("Accounts stored at path");
|
||||
}
|
||||
}
|
||||
|
||||
Ok(())
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user