We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9fcc626 + e62bd9d commit 0cdea66Copy full SHA for 0cdea66
lightning/src/util/events.rs
@@ -476,7 +476,7 @@ impl MaybeReadable for Event {
476
let mut payment_preimage = None;
477
let mut payment_secret = None;
478
let mut amt = 0;
479
- let mut _user_payment_id = None; // For compatibility with 0.0.103 and earlier
+ let mut _user_payment_id = None::<u64>; // For compatibility with 0.0.103 and earlier
480
read_tlv_fields!(reader, {
481
(0, payment_hash, required),
482
(2, payment_secret, option),
0 commit comments