mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-11-10 22:27:22 +01:00
sqldb: closed_scids table
This commit is contained in:
@@ -78,6 +78,10 @@ type ChannelPolicyExtraType struct {
|
||||
Value []byte
|
||||
}
|
||||
|
||||
type ClosedScid struct {
|
||||
Scid []byte
|
||||
}
|
||||
|
||||
type Invoice struct {
|
||||
ID int64
|
||||
Hash []byte
|
||||
|
||||
Reference in New Issue
Block a user