2
0
mirror of https://github.com/lightninglabs/loop synced 2024-11-08 01:10:29 +00:00

Merge pull request #793 from hieblmi/instantout-fixes

instantout: assign chaincfg in sql store
This commit is contained in:
Slyghtning 2024-07-16 20:26:01 +02:00 committed by GitHub
commit e8384be227
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -89,6 +89,7 @@ func NewSQLStore(db InstantOutBaseDB, clock clock.Clock,
baseDb: db,
clock: clock,
reservationStore: reservationStore,
network: network,
}
}