Remove useless local commitment txn signatures
authorAntoine Riard <ariard@student.42.fr>
Fri, 20 Mar 2020 20:58:13 +0000 (16:58 -0400)
committerAntoine Riard <ariard@student.42.fr>
Sat, 21 Mar 2020 21:03:54 +0000 (17:03 -0400)
commit502197d943d803820fc32e6d5c41cdf70cd38605
tree0427b14f791650c59b1b7ad463314f632c54c870
parent82e78872df6d8c3a74c69b4393a6ca88faf419d9
Remove useless local commitment txn signatures

check_spend_local_transaction is tasked with detection of
onchain local commitment transaction and generate HTLC transaction.
Signing an already onchain tx isn't necessary.
lightning/src/ln/channelmonitor.rs