Skip to content

Commit

Permalink
f wrong version
Browse files Browse the repository at this point in the history
  • Loading branch information
TheBlueMatt committed Sep 8, 2022
1 parent baf5848 commit a9e7424
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lightning/src/ln/channelmanager.rs
Original file line number Diff line number Diff line change
Expand Up @@ -6915,7 +6915,7 @@ impl<'a, Signer: Sign, M: Deref, T: Deref, K: Deref, F: Deref, L: Deref>
}
}

let _last_node_announcement_serial: u32 = Readable::read(reader)?; // Only used < 0.0.110
let _last_node_announcement_serial: u32 = Readable::read(reader)?; // Only used < 0.0.111
let highest_seen_timestamp: u32 = Readable::read(reader)?;

let pending_inbound_payment_count: u64 = Readable::read(reader)?;
Expand Down

0 comments on commit a9e7424

Please sign in to comment.