Cleanup (send working)

This commit is contained in:
Aditya Kulkarni
2019-09-08 22:14:33 -07:00
parent 3ff71f26b7
commit c4083a835f
3 changed files with 6 additions and 22 deletions

View File

@@ -90,7 +90,7 @@ impl Command for SendCommand {
fn exec(&self, _args: &[String], lightclient: &mut LightClient) {
lightclient.do_send(
"ztestsapling1x65nq4dgp0qfywgxcwk9n0fvm4fysmapgr2q00p85ju252h6l7mmxu2jg9cqqhtvzd69jwhgv8d".to_string(),
1500000,
150000,
Some("Hello from the command".to_string()));
}
}
@@ -123,7 +123,7 @@ impl Command for SeedCommand {
fn exec(&self, _args: &[String], lightclient: &mut LightClient) {
let phrase = lightclient.do_seed_phrase();
println!("Current seed phrase. PLEASE SAVE THIS CAREFULLY AND DO NOT SHARE IT");
println!("PLEASE SAVE YOUR SEED PHRASE CAREFULLY AND DO NOT SHARE IT");
println!();
println!("{}", phrase);
println!();