Expand fake_network_test a bit with multiple in-flight rebalances
[rust-lightning] / src / ln / channel.rs
index 6c6dacc84c3821c2285b0156a62498dc068b6a49..aa33b88b9e0f8c9eefd859f3d9cae0eafb66a2df 100644 (file)
@@ -211,7 +211,7 @@ pub struct Channel {
        channel_monitor: ChannelMonitor,
 }
 
-const OUR_MAX_HTLCS: u16 = 1; //TODO
+const OUR_MAX_HTLCS: u16 = 5; //TODO
 const CONF_TARGET: u32 = 12; //TODO: Should be much higher
 /// Confirmation count threshold at which we close a channel. Ideally we'd keep the channel around
 /// on ice until the funding transaction gets more confirmations, but the LN protocol doesn't