Add historical utxos in notes all cmd

This commit is contained in:
Aditya Kulkarni
2019-09-13 18:43:26 -07:00
parent cb44b4a2a6
commit bee501bae0
2 changed files with 22 additions and 1 deletions

View File

@@ -11,7 +11,6 @@ pub trait Command {
}
struct SyncCommand {}
impl Command for SyncCommand {
fn help(&self) {
println!("Type sync for syncing");