mirror of
https://github.com/lightninglabs/loop
synced 2024-11-04 06:00:21 +00:00
instantout: assign chaincfg in sql store
This commit is contained in:
parent
424ed2c000
commit
9af205de09
@ -89,6 +89,7 @@ func NewSQLStore(db InstantOutBaseDB, clock clock.Clock,
|
|||||||
baseDb: db,
|
baseDb: db,
|
||||||
clock: clock,
|
clock: clock,
|
||||||
reservationStore: reservationStore,
|
reservationStore: reservationStore,
|
||||||
|
network: network,
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user