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
|
|
@ -67,9 +67,8 @@ func newSwapClient(config *clientConfig) *Client {
|
|||
func createClientTestContext(t *testing.T,
|
||||
pendingSwaps []*loopdb.LoopOut) *testContext {
|
||||
|
||||
serverMock := newServerMock()
|
||||
|
||||
clientLnd := test.NewMockLnd()
|
||||
serverMock := newServerMock(clientLnd)
|
||||
|
||||
store := newStoreMock(t)
|
||||
for _, s := range pendingSwaps {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue