We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
ChannelManager
default_config
1 parent 6a44c2d commit a03a5ddCopy full SHA for a03a5dd
1 file changed
src/liquidity.rs
@@ -678,7 +678,7 @@ where
678
return;
679
}
680
681
- let mut config = self.channel_manager.get_current_default_configuration().clone();
+ let mut config = self.channel_manager.get_current_config().clone();
682
683
// We set these LSP-specific values during Node building, here we're making sure it's actually set.
684
debug_assert_eq!(
0 commit comments