We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8ca0845 + 7fb75c2 commit 8ed8274Copy full SHA for 8ed8274
instantout/manager.go
@@ -9,7 +9,7 @@ import (
9
10
"github.com/btcsuite/btcd/btcutil"
11
"github.com/lightninglabs/loop/instantout/reservation"
12
- "github.com/lightninglabs/loop/swapserverrpc"
+ looprpc "github.com/lightninglabs/loop/swapserverrpc"
13
"github.com/lightningnetwork/lnd/lntypes"
14
)
15
@@ -224,7 +224,7 @@ func (m *Manager) GetInstantOutQuote(ctx context.Context,
224
225
// Get the service fee.
226
quoteRes, err := m.cfg.InstantOutClient.GetInstantOutQuote(
227
- ctx, &swapserverrpc.GetInstantOutQuoteRequest{
+ ctx, &looprpc.GetInstantOutQuoteRequest{
228
Amount: uint64(amt),
229
},
230
0 commit comments