mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-03-06 02:12:18 +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. |
||
---|---|---|
.. | ||
interface.go | ||
justice_descriptor.go | ||
justice_descriptor_test.go | ||
log.go | ||
lookout.go | ||
lookout_test.go | ||
mock.go | ||
punisher.go |