Skip to content

Commit 1090d30

Browse files
committed
f Account for get_current_default_config changes
1 parent 99a81e9 commit 1090d30

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
@@ -671,7 +671,7 @@ where
671671
return;
672672
}
673673

674-
let mut config = *self.channel_manager.get_current_default_configuration();
674+
let mut config = self.channel_manager.get_current_default_configuration().clone();
675675

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

0 commit comments

Comments
 (0)