]> git.bitcoin.ninja Git - rust-lightning/commitdiff
Rename SimpleManyChannelMonitor to ChainMonitor
authorJeffrey Czyz <jkczyz@gmail.com>
Tue, 21 Jul 2020 05:12:14 +0000 (22:12 -0700)
committerJeffrey Czyz <jkczyz@gmail.com>
Thu, 1 Oct 2020 05:39:55 +0000 (22:39 -0700)
ManyChannelMonitor was renamed chain::Watch in the previous commit. Use
a more concise name for an implementation that monitors the chain for
channel activity. Future work will parameterize the struct to allow for
different varieties of persistence. Thus, users usually will be able to
use ChainMonitor directly rather than implementing a chain::Watch that
wraps it.


No differences found