Check local signtures explicitly in channel tx-generation tests
authorMatt Corallo <git@bluematt.me>
Mon, 9 Mar 2020 17:45:15 +0000 (13:45 -0400)
committerMatt Corallo <git@bluematt.me>
Wed, 29 Apr 2020 18:50:09 +0000 (14:50 -0400)
commit18981a0024be46a95d514be15970e12b7a3de14d
tree6bf83848caad638017fde59220e4980958dede6b
parent3fb482a8d98786eec8da5a5b8e7f95f31938137e
Check local signtures explicitly in channel tx-generation tests

It appears the local signatures which are specified in the channel
transaction-generation tests were never checked directly (though
they were checked as a part of the overall fully-signed-transaction
tests).

Check them explicitly so that they can be updated for static remote
key.
lightning/src/ln/channel.rs