diff --git a/ocp/transaction/alt.go b/ocp/transaction/alt.go index a205725..1a0f661 100644 --- a/ocp/transaction/alt.go +++ b/ocp/transaction/alt.go @@ -10,7 +10,6 @@ import ( ocp_data "github.com/code-payments/ocp-server/ocp/data" "github.com/code-payments/ocp-server/solana" "github.com/code-payments/ocp-server/solana/system" - "github.com/code-payments/ocp-server/usdc" ) // GetAltForMint gets an address lookup table to operate in a versioned @@ -48,7 +47,6 @@ func GetAltForMint(ctx context.Context, data ocp_data.Provider, mint *common.Acc common.CoreMintAccount.PublicKey().ToBytes(), system.RentSysVar, system.RecentBlockhashesSysVar, - usdc.TokenMint, }, }, nil }