Skip to content

Commit d7d7801

Browse files
committed
f missing amt update
1 parent 946a0a5 commit d7d7801

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

lightning/src/util/events.rs

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -105,9 +105,7 @@ pub enum Event {
105105
PaymentReceived {
106106
/// The hash for which the preimage should be handed to the ChannelManager.
107107
payment_hash: PaymentHash,
108-
/// The value, in thousandths of a satoshi, that this payment is for. Note that you must
109-
/// compare this to the expected value before accepting the payment (as otherwise you are
110-
/// providing proof-of-payment for less than the value you expected!).
108+
/// The value, in thousandths of a satoshi, that this payment is for.
111109
amt: u64,
112110
/// Information for claiming this received payment, based on whether the purpose of the
113111
/// payment is to pay an invoice or to send a spontaneous payment.

0 commit comments

Comments
 (0)