Skip to content

Commit a03a5dd

Browse files
committed
f Account for ChannelManager's default_config API changes
1 parent 6a44c2d commit a03a5dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/liquidity.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -678,7 +678,7 @@ where
678678
return;
679679
}
680680

681-
let mut config = self.channel_manager.get_current_default_configuration().clone();
681+
let mut config = self.channel_manager.get_current_config().clone();
682682

683683
// We set these LSP-specific values during Node building, here we're making sure it's actually set.
684684
debug_assert_eq!(

0 commit comments

Comments
 (0)