Skip to content

Commit

Permalink
Allow withdraw
Browse files Browse the repository at this point in the history
  • Loading branch information
guibescos committed Nov 20, 2023
1 parent 457c66f commit 93d3727
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions components/TokenBalance/TokenDeposit.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -201,14 +201,6 @@ export const TokenDeposit = ({
wallet!.publicKey!,
true
)
const ataIx = Token.createAssociatedTokenAccountInstruction(
ASSOCIATED_TOKEN_PROGRAM_ID,
TOKEN_PROGRAM_ID,
depositMint!,
ata,
wallet!.publicKey!,
wallet!.publicKey! // fee payer
)
}

await withWithdrawGoverningTokens(
Expand Down

0 comments on commit 93d3727

Please sign in to comment.