Skip to content

Commit

Permalink
fix: minor issue
Browse files Browse the repository at this point in the history
  • Loading branch information
kvhnuke committed Aug 7, 2024
1 parent 2da005e commit 28713b6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -413,7 +413,7 @@ const updateTransactionFees = async () => {
console.log("herer", 1);
const contract = new PublicKey(selectedAsset.value.contract);
const associatedTokenTo = getAssociatedTokenAddressSync(contract, to);
const associatedTokenFrom = getAssociatedTokenAddressSync(contract, to);
const associatedTokenFrom = getAssociatedTokenAddressSync(contract, from);
const validATA = await getAccount(
solConnection.value!.web3,
associatedTokenTo
Expand Down

0 comments on commit 28713b6

Please sign in to comment.