From: Matt Corallo Date: Tue, 24 Mar 2020 00:20:37 +0000 (-0400) Subject: Add anchor output when we have HTLCs or a to_local output X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=commitdiff_plain;h=8b6434e946cc559a4c87349fecb97609c913682d;hp=8b6434e946cc559a4c87349fecb97609c913682d;p=rust-lightning Add anchor output when we have HTLCs or a to_local output This is the first step in implementing anchor outputs - namely adding the anchor outputs themselves. We don't ever spend them, and this commit doesn't update other commitent transaction scripts with the new CSV timelocks. This commit temporarily disables the ln::channel::tests::outbound_commitment_test test, as we don't have test vectors for anchor-outputs-without-updated-scripts upstream. ---