]> git.bitcoin.ninja Git - rust-lightning/commitdiff
Refactor ChainMonitor::update_channel error case
authorJeffrey Czyz <jkczyz@gmail.com>
Wed, 29 Nov 2023 16:51:33 +0000 (10:51 -0600)
committerJeffrey Czyz <jkczyz@gmail.com>
Fri, 1 Dec 2023 17:54:00 +0000 (11:54 -0600)
Move the handling of ChannelMonitorUpdateStatus::UnrecoverableError to
the point of error to avoid needing an unwrap later when re-wrapping the
logger.


No differences found