File tree Expand file tree Collapse file tree 2 files changed +1
-5
lines changed Expand file tree Collapse file tree 2 files changed +1
-5
lines changed Original file line number Diff line number Diff line change @@ -17,8 +17,6 @@ _test_utils = []
17
17
18
18
[dependencies ]
19
19
bitcoin = { version = " 0.32.2" , default-features = false }
20
- # TODO: Once we switch to bitcoin 0.32 drop this explicit dep:
21
- hex-conservative = { version = " 0.2" , default-features = false }
22
20
bech32 = { version = " 0.9" , default-features = false }
23
21
24
22
[lints ]
Original file line number Diff line number Diff line change @@ -14,9 +14,7 @@ use alloc::vec::Vec;
14
14
use core:: borrow:: Borrow ;
15
15
16
16
use bitcoin:: hashes:: { sha256:: Hash as Sha256 , Hash as _} ;
17
-
18
- // TODO: Once we switch to rust-bitcoin 0.32, import this as bitcoin::hex
19
- use hex_conservative:: display:: impl_fmt_traits;
17
+ use bitcoin:: hex:: display:: impl_fmt_traits;
20
18
21
19
/// The payment hash is the hash of the [`PaymentPreimage`] which is the value used to lock funds
22
20
/// in HTLCs while they transit the lightning network.
You can’t perform that action at this time.
0 commit comments