Merge pull request #3089 from TheBlueMatt/2024-06-channel_state-module
[rust-lightning] / fuzz / src / onion_message.rs
index 4e563e28a46b80fe9d701b47fb918b285bccf966..4c1c5ac1122b286689b97bcf7f0980981d37dc7e 100644 (file)
@@ -1,5 +1,5 @@
 // Imports that need to be added manually
-use bitcoin::bech32::u5;
+use bech32::u5;
 use bitcoin::blockdata::script::ScriptBuf;
 use bitcoin::secp256k1::{PublicKey, Scalar, Secp256k1, SecretKey, self};
 use bitcoin::secp256k1::ecdh::SharedSecret;