3
0
mirror of https://github.com/Qortal/piratewallet-light-cli.git synced 2025-02-19 13:05:48 +00:00

remove unneeded crate

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

@ -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;