Skip to content

Commit d64db9d

Browse files
authored
Merge pull request #1038 from fivecut/master
chore: remove duplicate package imports
2 parents 0dba7a2 + abd9b4f commit d64db9d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Diff for: itest/litd_custom_channels_test.go

+1-2
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ import (
2323
"github.com/lightninglabs/taproot-assets/taprpc/mintrpc"
2424
oraclerpc "github.com/lightninglabs/taproot-assets/taprpc/priceoraclerpc"
2525
"github.com/lightninglabs/taproot-assets/taprpc/rfqrpc"
26-
"github.com/lightninglabs/taproot-assets/taprpc/tapchannelrpc"
2726
tchrpc "github.com/lightninglabs/taproot-assets/taprpc/tapchannelrpc"
2827
"github.com/lightninglabs/taproot-assets/taprpc/universerpc"
2928
"github.com/lightninglabs/taproot-assets/tapscript"
@@ -4035,7 +4034,7 @@ func testCustomChannelsDecodeAssetInvoice(ctx context.Context,
40354034
// Now that we have our payment request, we'll call into the new decode
40364035
// asset pay req call.
40374036
decodeResp, err := aliceTap.DecodeAssetPayReq(
4038-
ctx, &tapchannelrpc.AssetPayReq{
4037+
ctx, &tchrpc.AssetPayReq{
40394038
AssetId: assetID,
40404039
PayReqString: payReq,
40414040
},

0 commit comments

Comments
 (0)