remove unused lib

This commit is contained in:
fitchgc 2022-10-24 06:01:08 +00:00
parent 9f2e782778
commit 1b1228fa28

View File

@ -9,8 +9,6 @@ use std::ffi::{CStr, CString};
use std::os::raw::c_char;
mod wallet;
use secp256k1::schnorrsig::Signature;
use wallet_impl::Wallet;
use crate::wallet::*;