X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=blobdiff_plain;f=lightning-block-sync%2Fsrc%2Frest.rs;fp=lightning-block-sync%2Fsrc%2Frest.rs;h=c73b23b600c2925e3e0a085a99fc75560527f064;hb=0038a3f7dea705823939909c60bbd3826362bc1f;hp=f46e5e02eb2c03b03e717ffb53c706f67e7bf8d8;hpb=d3c369dce713360f76c0a74552e41057576181b4;p=rust-lightning diff --git a/lightning-block-sync/src/rest.rs b/lightning-block-sync/src/rest.rs index f46e5e02..c73b23b6 100644 --- a/lightning-block-sync/src/rest.rs +++ b/lightning-block-sync/src/rest.rs @@ -7,7 +7,7 @@ use crate::http::{BinaryResponse, HttpEndpoint, HttpClient, JsonResponse}; use bitcoin::hash_types::BlockHash; use bitcoin::hashes::hex::ToHex; -use futures::lock::Mutex; +use futures_util::lock::Mutex; use std::convert::TryFrom; use std::convert::TryInto;