From: Matt Corallo Date: Tue, 27 Nov 2018 02:54:14 +0000 (-0500) Subject: Handle monitor update failures in msg-recv functions X-Git-Tag: v0.0.12~258^2~2 X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=commitdiff_plain;ds=inline;h=787644d795193eaae3041078030efebca1a5687c;hp=787644d795193eaae3041078030efebca1a5687c;p=rust-lightning Handle monitor update failures in msg-recv functions This adds a few TODOs around further message rebroadcasting which needs to be implemented as well as some loss of tracking of HTLCs on permanent channel failure which needs to get transferred over to the appropriate in-memory ChannelMonitor. ---