Skip to content

Commit a169c71

Browse files
committed
f Account for get_current_default_config changes
1 parent 877855e commit a169c71

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/liquidity.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -667,7 +667,7 @@ where
667667
return;
668668
}
669669

670-
let mut config = *self.channel_manager.get_current_default_configuration();
670+
let mut config = self.channel_manager.get_current_default_configuration().clone();
671671

672672
// We set these LSP-specific values during Node building, here we're making sure it's actually set.
673673
debug_assert_eq!(

0 commit comments

Comments
 (0)