loop: static address creation client command

pull/739/head
Slyghtning 7 months ago
parent 995fb6534e
commit 5630f39ac9
No known key found for this signature in database
GPG Key ID: F82D456EA023C9BF

@ -151,9 +151,9 @@ func NewClient(dbDir string, loopDB loopdb.SwapStore,
config := &clientConfig{
LndServices: cfg.Lnd,
Server: swapServerClient,
Store: loopDB,
Conn: swapServerClient.conn,
L402Store: l402Store,
Store: loopDB,
CreateExpiryTimer: func(d time.Duration) <-chan time.Time {
return time.NewTimer(d).C
},

Loading…
Cancel
Save