lnd/watchtower/blob
Conner Fromknecht 2dd399ca52
watchtower/blob/justice_kit: return DER signatures
This commit fixes an issue with the witness stack
construction for to-local and to-remote inputs,
that would cause the justice kit to return
signatures as fixed-size, 64-byte signatures.
The correct behavior is to return DER-encoded
signatures so that they will properly verify on
the network, since the consensus rules won't
be able to understand the fixed-size variant.
2018-10-31 17:36:18 -07:00
..
justice_kit_test.go watchtower/blob/justice_kit_test: add sweep addr tests 2018-10-29 16:48:43 -07:00
justice_kit.go watchtower/blob/justice_kit: return DER signatures 2018-10-31 17:36:18 -07:00