mirror of
https://github.com/lightninglabs/loop.git
synced 2026-08-13 12:33:03 +02:00
multi: finalize rename from uncharge to loop out
This commit is contained in:
parent
e299dc696c
commit
94f347e673
26 changed files with 656 additions and 572 deletions
10
executor.go
10
executor.go
|
|
@ -8,15 +8,19 @@ import (
|
|||
"time"
|
||||
|
||||
"github.com/lightninglabs/loop/lndclient"
|
||||
"github.com/lightninglabs/loop/loopdb"
|
||||
"github.com/lightninglabs/loop/sweep"
|
||||
"github.com/lightningnetwork/lnd/queue"
|
||||
)
|
||||
|
||||
// executorConfig contains executor configuration data.
|
||||
type executorConfig struct {
|
||||
lnd *lndclient.LndServices
|
||||
sweeper *sweep.Sweeper
|
||||
store swapClientStore
|
||||
lnd *lndclient.LndServices
|
||||
|
||||
sweeper *sweep.Sweeper
|
||||
|
||||
store loopdb.SwapStore
|
||||
|
||||
createExpiryTimer func(expiry time.Duration) <-chan time.Time
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue