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.
1 parent 65232f7 commit 0126975Copy full SHA for 0126975
lightning/src/ln/channelmanager.rs
@@ -12777,7 +12777,7 @@ fn enqueue_onion_message_with_reply_paths<T: OnionMessageContents + Clone>(
12777
.flat_map(|reply_path|
12778
message_paths
12779
.iter()
12780
- .map(move |path| (path.clone(), reply_path))
+ .map(move |path| (path, reply_path))
12781
)
12782
.take(OFFERS_MESSAGE_REQUEST_LIMIT)
12783
.for_each(|(path, reply_path)| {
0 commit comments