@@ -10,6 +10,4 @@ pub mod utils;
pub use bitcoin::Amount;
pub use lightning_invoice::Invoice;
-pub use crate::client::Error;
-
pub type Result<T, E = Box<dyn std::error::Error>> = std::result::Result<T, E>;