Skip to content

Commit af568da

Browse files
committed
f docs on method
1 parent 58af125 commit af568da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lightning/src/chain/transaction.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ impl OutPoint {
7474
}
7575
}
7676

77-
/// Creates a dummy BitcoinOutPoint, useful for serializing into.
77+
/// Creates a dummy BitcoinOutPoint, useful for deserializing into.
7878
pub(crate) fn null() -> Self {
7979
Self {
8080
txid: Default::default(),

0 commit comments

Comments
 (0)