Skip to content

Commit ad317a9

Browse files
f add doc comment
1 parent 515a770 commit ad317a9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lightning/src/ln/inbound_payment.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,7 @@ impl ExpandedKey {
9898
}
9999
}
100100

101+
/// We currently set aside 3 bits for the `Method` in the `PaymentSecret`.
101102
enum Method {
102103
LdkPaymentHash = 0,
103104
UserPaymentHash = 1,

0 commit comments

Comments
 (0)