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.
get_current_default_config
1 parent 99a81e9 commit 1090d30Copy full SHA for 1090d30
src/liquidity.rs
@@ -671,7 +671,7 @@ where
671
return;
672
}
673
674
- let mut config = *self.channel_manager.get_current_default_configuration();
+ let mut config = self.channel_manager.get_current_default_configuration().clone();
675
676
// We set these LSP-specific values during Node building, here we're making sure it's actually set.
677
debug_assert_eq!(
0 commit comments