From: Matt Corallo <649246+TheBlueMatt@users.noreply.github.com> Date: Fri, 14 Sep 2018 20:19:38 +0000 (-0400) Subject: Merge pull request #180 from TheBlueMatt/2018-09-htlc-tx-unwrap-fix X-Git-Tag: v0.0.12~310 X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=commitdiff_plain;h=1e3d875be0b86d3d7716eabb0c0db5fd8ada8ffa;hp=1e3d875be0b86d3d7716eabb0c0db5fd8ada8ffa;p=rust-lightning Merge pull request #180 from TheBlueMatt/2018-09-htlc-tx-unwrap-fix Ignore HTLC txn we dont know how to claim instead of unwrap()ing and Do not fail-backwards LocalAnnounced HTLCs upon force-close. ---