Skip to content

Commit cc63333

Browse files
committed
f drop excess clone
1 parent 29eacae commit cc63333

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lightning/src/ln/outbound_payment.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1152,7 +1152,7 @@ impl OutboundPayments {
11521152
payment_id,
11531153
payment_hash,
11541154
path,
1155-
}, Some(ev_completion_action.clone())));
1155+
}, Some(ev_completion_action)));
11561156
}
11571157
}
11581158
} else {

0 commit comments

Comments
 (0)