Skip to content

Commit 42481a3

Browse files
committed
f version
1 parent 82bc117 commit 42481a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lightning/src/ln/channelmanager.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6593,7 +6593,7 @@ impl<Signer: Sign, M: Deref, T: Deref, K: Deref, F: Deref, L: Deref> Writeable f
65936593
}
65946594
}
65956595

6596-
// Prior to 0.0.110 we tracked node_announcement serials here, however that now happens in
6596+
// Prior to 0.0.111 we tracked node_announcement serials here, however that now happens in
65976597
// `PeerManager`, and thus we simply write the `highest_seen_timestamp` twice, which is
65986598
// likely to be identical.
65996599
(self.highest_seen_timestamp.load(Ordering::Acquire) as u32).write(writer)?;

0 commit comments

Comments
 (0)