Skip to content

Commit d509fa2

Browse files
committed
fixup: add missing doc for get_block_height
1 parent b2d5a8e commit d509fa2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lightning/src/ln/our_peer_storage.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,7 @@ impl OurPeerStorage {
7777
self.ser_channels.clone()
7878
}
7979

80+
/// Get `block_height` field from [`OurPeerStorage`]
8081
pub fn get_block_height(&self) -> u32 {
8182
self.block_height
8283
}

0 commit comments

Comments
 (0)