Skip to content

Commit 864271c

Browse files
committed
Derive Debug for RouteParametersConfig
.. as we'll reuse it in LDK Node, where we'll need `Debug`.
1 parent 7175ba4 commit 864271c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lightning/src/routing/router.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1075,7 +1075,7 @@ impl PaymentParameters {
10751075
}
10761076

10771077
/// A struct for configuring parameters for routing the payment.
1078-
#[derive(Clone, Copy)]
1078+
#[derive(Clone, Copy, Debug)]
10791079
pub struct RouteParametersConfig {
10801080
/// The maximum total fees, in millisatoshi, that may accrue during route finding.
10811081
///

0 commit comments

Comments
 (0)