sqldb: closed_scids table

This commit is contained in:
Elle Mouton
2025-06-11 17:53:34 +02:00
parent d46552f5ad
commit 5effa96766
3 changed files with 10 additions and 0 deletions

View File

@@ -78,6 +78,10 @@ type ChannelPolicyExtraType struct {
Value []byte
}
type ClosedScid struct {
Scid []byte
}
type Invoice struct {
ID int64
Hash []byte