From 041dc38b67ff77df7b6895ea238d8e9f707ab233 Mon Sep 17 00:00:00 2001 From: Cryptoforge Date: Wed, 5 Aug 2020 22:07:12 -0700 Subject: [PATCH] remove unneeded crate --- lib/src/commands.rs | 1 - 1 file changed, 1 deletion(-) 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;