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 d618107 commit a2f0aa1Copy full SHA for a2f0aa1
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