Skip to content

Commit c433572

Browse files
author
Elias Rohrer
committed
Added documentation.
1 parent 3c542a1 commit c433572

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lightning/src/ln/wire.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -283,6 +283,7 @@ pub(crate) use self::encode::Encode;
283283
pub trait Type: core::fmt::Debug + Writeable {
284284
/// Returns the type identifying the message payload.
285285
fn type_id(&self) -> u16;
286+
/// Returns whether this is a gossip/update message type.
286287
fn is_gossip_update_msg(&self) -> bool;
287288
}
288289

0 commit comments

Comments
 (0)