mirror of
https://github.com/lightningnetwork/lnd.git
synced 2024-11-19 09:53:54 +01:00
154e9fafec
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. |
||
---|---|---|
.. | ||
create_session.go | ||
delete_session.go | ||
interface.go | ||
log.go | ||
server_test.go | ||
server.go | ||
state_update.go |