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 trying to mint from candy machine using both the solPayment and nftBurn guards together but I'm receiving the error Transaction too large: 1264 > 1232
Hi,
I'm trying to mint from candy machine using both the solPayment and nftBurn guards together but I'm receiving the error
Transaction too large: 1264 > 1232
Here's my candymachine guard config:
And here's the code that I'm using to submit the transaction:
There's no way to submit the solPayment and nftBurn in separate transactions as far as I can tell?
The text was updated successfully, but these errors were encountered: