X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=blobdiff_plain;f=lightning%2Fsrc%2Fln%2Fonion_utils.rs;h=07686a214e23c90c3e1166bca19580da55309777;hb=8e7b5905fd84999318bdcf9cbcb9cfecbf58f532;hp=6d9118e21a8e38529e4ab5f93f8109c5b21a1363;hpb=47cb2939c8d618bfced370e5c9103eac4ee6ce9e;p=rust-lightning diff --git a/lightning/src/ln/onion_utils.rs b/lightning/src/ln/onion_utils.rs index 6d9118e2..07686a21 100644 --- a/lightning/src/ln/onion_utils.rs +++ b/lightning/src/ln/onion_utils.rs @@ -28,7 +28,7 @@ use bitcoin::secp256k1::ecdh::SharedSecret; use bitcoin::secp256k1; use std::io::Cursor; -use std::ops::Deref; +use core::ops::Deref; pub(super) struct OnionKeys { #[cfg(test)]