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 877855e commit a169c71Copy full SHA for a169c71
src/liquidity.rs
@@ -667,7 +667,7 @@ where
667
return;
668
}
669
670
- let mut config = *self.channel_manager.get_current_default_configuration();
+ let mut config = self.channel_manager.get_current_default_configuration().clone();
671
672
// We set these LSP-specific values during Node building, here we're making sure it's actually set.
673
debug_assert_eq!(
0 commit comments