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
No matter how many times I retry to send the transaction that I get from the Jupiter swap API I keep getting an error telling me that the block height has been exceeded. From what I gathered online I should just retry the transaction, however, that doesn't fix it, I just get the error repeated over and over again. Is there a way I can increate transaction priority, pay higher fee to get placed in the block or something?
The error is below
[TransactionExpiredBlockheightExceededError: Signature CFAGYcJesvueTRMtbJBXwBXP3GAdvpD4xfauoG4XfJCvgGLt5chCurSVqgpCSEygeJFC6d46VAgJyNwNq7Z6voT has expired: block height exceeded.]
Because there has been no activity on this issue for 7 days since it was closed, it has been automatically locked. Please open a new issue if it requires a follow up.
No matter how many times I retry to send the transaction that I get from the Jupiter swap API I keep getting an error telling me that the block height has been exceeded. From what I gathered online I should just retry the transaction, however, that doesn't fix it, I just get the error repeated over and over again. Is there a way I can increate transaction priority, pay higher fee to get placed in the block or something?
The error is below
Here's what the routes look like
I go through the process of serializing the this then signing it, then sending it using
sendRawTransaction
then I use theconfirmTransaction
functionThe text was updated successfully, but these errors were encountered: