Implement fail backward in case of detection of revoked tx
[rust-lightning] / src / ln / channelmonitor.rs
index ff58fdd143adffc1314c5953ceef9885dc6e7d24..f782b68b48912a89be33e137bf7d525099b8e130 100644 (file)
@@ -274,6 +274,7 @@ impl<Key : Send + cmp::Eq + hash::Hash + 'static> SimpleManyChannelMonitor<Key>
                monitors.insert(key, monitor);
                Ok(())
        }
+
 }
 
 impl ManyChannelMonitor for SimpleManyChannelMonitor<OutPoint> {
@@ -1931,6 +1932,7 @@ impl ChannelMonitor {
                }
                htlc_updated
        }
+
 }
 
 const MAX_ALLOC_SIZE: usize = 64*1024;