diff --git a/lib/src/commands.rs b/lib/src/commands.rs index 5c27144..87684a2 100644 --- a/lib/src/commands.rs +++ b/lib/src/commands.rs @@ -2,7 +2,6 @@ use std::collections::HashMap; use json::{object}; use crate::lightclient::LightClient; -use crate::lightwallet::LightWallet; pub trait Command { fn help(&self) -> String;