mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-02-23 06:35:07 +01:00
In this commit, we convert the `JusticeKit` struct to an interface. Then, we add two implementations of that interface: 1) The `legacyJusticeKit` which implements all the methods of `JusticeKit` 2) The `anchorJusticKit` which wraps the `legacyJusticeKit` and just re-implements the `ToRemoteOutputSpendInfo` method since. |
||
---|---|---|
.. | ||
commitments.go | ||
derivation.go | ||
justice_kit.go | ||
justice_kit_packet.go | ||
justice_kit_test.go | ||
type.go | ||
type_test.go |