Skip to content

Commit 7fb75c2

Browse files
committed
instantout: fix swapserverrpc dependent compilation
1 parent 8ca0845 commit 7fb75c2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

instantout/manager.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import (
99

1010
"github.com/btcsuite/btcd/btcutil"
1111
"github.com/lightninglabs/loop/instantout/reservation"
12-
"github.com/lightninglabs/loop/swapserverrpc"
12+
looprpc "github.com/lightninglabs/loop/swapserverrpc"
1313
"github.com/lightningnetwork/lnd/lntypes"
1414
)
1515

@@ -224,7 +224,7 @@ func (m *Manager) GetInstantOutQuote(ctx context.Context,
224224

225225
// Get the service fee.
226226
quoteRes, err := m.cfg.InstantOutClient.GetInstantOutQuote(
227-
ctx, &swapserverrpc.GetInstantOutQuoteRequest{
227+
ctx, &looprpc.GetInstantOutQuoteRequest{
228228
Amount: uint64(amt),
229229
},
230230
)

0 commit comments

Comments
 (0)