From 9af205de0970813479b37938c76bf4e0babce844 Mon Sep 17 00:00:00 2001 From: Slyghtning Date: Tue, 16 Jul 2024 19:39:41 +0200 Subject: [PATCH] instantout: assign chaincfg in sql store --- instantout/store.go | 1 + 1 file changed, 1 insertion(+) diff --git a/instantout/store.go b/instantout/store.go index e59c78f..25d7fe7 100644 --- a/instantout/store.go +++ b/instantout/store.go @@ -89,6 +89,7 @@ func NewSQLStore(db InstantOutBaseDB, clock clock.Clock, baseDb: db, clock: clock, reservationStore: reservationStore, + network: network, } }