Skip to content

Commit abd9b4f

Browse files
committed
chore: remove duplicate package imports
Signed-off-by: fivecut <[email protected]>
1 parent c10d981 commit abd9b4f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

itest/litd_custom_channels_test.go

Lines changed: 1 addition & 2 deletions
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"
@@ -4036,7 +4035,7 @@ func testCustomChannelsDecodeAssetInvoice(ctx context.Context,
40364035
// Now that we have our payment request, we'll call into the new decode
40374036
// asset pay req call.
40384037
decodeResp, err := aliceTap.DecodeAssetPayReq(
4039-
ctx, &tapchannelrpc.AssetPayReq{
4038+
ctx, &tchrpc.AssetPayReq{
40404039
AssetId: assetID,
40414040
PayReqString: payReq,
40424041
},

0 commit comments

Comments
 (0)