mirror of
https://github.com/lightninglabs/loop.git
synced 2026-08-13 12:33:03 +02:00
loopin: mpp pre-swap probe
This commit is contained in:
parent
456a29c523
commit
c8666caf20
12 changed files with 255 additions and 105 deletions
|
|
@ -22,7 +22,7 @@ type loopInTestContext struct {
|
|||
|
||||
func newLoopInTestContext(t *testing.T) *loopInTestContext {
|
||||
lnd := test.NewMockLnd()
|
||||
server := newServerMock()
|
||||
server := newServerMock(lnd)
|
||||
store := newStoreMock(t)
|
||||
sweeper := sweep.Sweeper{Lnd: &lnd.LndServices}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue