Skip to content

Commit e8384be

Browse files
authored
Merge pull request #793 from hieblmi/instantout-fixes
instantout: assign chaincfg in sql store
2 parents 424ed2c + 9af205d commit e8384be

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

instantout/store.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,7 @@ func NewSQLStore(db InstantOutBaseDB, clock clock.Clock,
8989
baseDb: db,
9090
clock: clock,
9191
reservationStore: reservationStore,
92+
network: network,
9293
}
9394
}
9495

0 commit comments

Comments
 (0)