remove unneeded crate

This commit is contained in:
Cryptoforge 2020-08-05 22:07:12 -07:00
parent 6b6cd2ddd7
commit 041dc38b67

View File

@ -2,7 +2,6 @@ use std::collections::HashMap;
use json::{object}; use json::{object};
use crate::lightclient::LightClient; use crate::lightclient::LightClient;
use crate::lightwallet::LightWallet;
pub trait Command { pub trait Command {
fn help(&self) -> String; fn help(&self) -> String;