Update swap/src/bitcoin/wallet.rs

Co-authored-by: Byron Hambly <byron@hambly.dev>
pull/1276/head
binarybaron 2 months ago committed by GitHub
parent 488c9a99e2
commit ca2c10c5e5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -941,8 +941,7 @@ impl Confirmed {
pub fn blocks_left_until<T>(&self, target: T) -> u32
where
T: Into<u32>,
T: Copy,
T: Into<u32> + Copy,
{
if self.meets_target(target) {
0

Loading…
Cancel
Save