2
0
mirror of https://github.com/lightninglabs/loop synced 2024-11-02 09:40:39 +00:00

instantout: assign chaincfg in sql store

This commit is contained in:
Slyghtning 2024-07-16 19:39:41 +02:00
parent 424ed2c000
commit 9af205de09
No known key found for this signature in database
GPG Key ID: F82D456EA023C9BF

View File

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