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 = []
1717
1818[dependencies ]
1919bitcoin = { 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 }
2220bech32 = { version = " 0.9" , default-features = false }
2321
2422[lints ]
Original file line number Diff line number Diff line change @@ -14,9 +14,7 @@ use alloc::vec::Vec;
1414use core:: borrow:: Borrow ;
1515
1616use 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;
2018
2119/// The payment hash is the hash of the [`PaymentPreimage`] which is the value used to lock funds
2220/// in HTLCs while they transit the lightning network.
You can’t perform that action at this time.
0 commit comments