You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
i'm using program.account.xyz.fetch(pdaAddress) but i have the error wrong account discriminator
i'm using anchor 0.29 , and also tried with 0.28.1-beta.2, problem persist.
if i run the exact same code on ubuntu ts script, i have no problem, it runs perfectly.
Anything about this ?
The text was updated successfully, but these errors were encountered:
TS package no longer calculates the discriminator since the new IDL spec requires discriminator field. For this reason, casing or browser issues should not result in invalid discriminators anymore.
very probably related to #2619
i'm using program.account.xyz.fetch(pdaAddress) but i have the error wrong account discriminator
i'm using anchor 0.29 , and also tried with 0.28.1-beta.2, problem persist.
if i run the exact same code on ubuntu ts script, i have no problem, it runs perfectly.
Anything about this ?
The text was updated successfully, but these errors were encountered: