loopdb: staticaddr fast flag migration and queries

This commit is contained in:
Slyghtning 2025-10-01 08:41:33 +02:00
parent 83c86661d3
commit 92a8726e07
No known key found for this signature in database
GPG key ID: F82D456EA023C9BF
5 changed files with 21 additions and 6 deletions

View file

@ -148,6 +148,7 @@ type StaticAddressSwap struct {
HtlcTimeoutSweepTxID sql.NullString
HtlcTimeoutSweepAddress string
SelectedAmount int64
Fast bool
}
type StaticAddressSwapUpdate struct {