Move bech32 parsing tests to the parse module
[rust-lightning] / lightning-invoice / src / payment.rs
index 37308af99bffd7e36dd6ff55d02472446a7b48d1..89842591fdec8a89693cbb62457389e9f4a46dc9 100644 (file)
@@ -9,7 +9,8 @@
 
 //! Convenient utilities for paying Lightning invoices.
 
-use crate::{Bolt11Invoice, Vec};
+use crate::Bolt11Invoice;
+use crate::prelude::*;
 
 use bitcoin_hashes::Hash;