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