Add wallet birthday

This commit is contained in:
Aditya Kulkarni
2019-09-26 11:30:34 -07:00
parent 0ab0ad4050
commit f78c3fa48f
4 changed files with 61 additions and 22 deletions

View File

@@ -283,7 +283,7 @@ impl Command for SeedCommand {
}
fn exec(&self, _args: &[&str], lightclient: &LightClient) -> String {
lightclient.do_seed_phrase()
format!("{}", lightclient.do_seed_phrase().pretty(2))
}
}