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.
ChannelManager
default_config
1 parent 7bdbea7 commit 1803f7fCopy full SHA for 1803f7f
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