The error is returned however the program never recovers. Have to hit ctrl-c to end it.
...
ERROR HTTP status server error (503 Service Unavailable) for url (https://ny.mainnet.block-engine.jito.wtf/api/v1/transactions)
ERROR HTTP status server error (503 Service Unavailable) for url (https://ny.mainnet.block-engine.jito.wtf/api/v1/transactions)
ERROR Max retries
^C
solmain@server8:~/ore$
it appears the counter for the gateway retries does not reset after a successful retry.
Once the program reaches the max GATEWAY_DELAY during its run, it stops.
In send_and_confirm.rs
The error is returned however the program never recovers. Have to hit ctrl-c to end it.