This repository has been archived by the owner on Jan 22, 2025. It is now read-only.
Solana swap transactions fail because block height is exceeded... no matter how many times I retry #1987
Labels
bug
Something isn't working
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: