mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-02-23 22:46:40 +01:00
10 lines
204 B
Go
10 lines
204 B
Go
package revocation
|
|
|
|
// TODO(roasbeef):
|
|
// * fin..later
|
|
// * reg HD Chain
|
|
// * Codeshark's sub-branch proposal
|
|
// * Rusty's hypercube shachain
|
|
// * more...idk?
|
|
type VerifiableRevocation interface {
|
|
}
|