Hi All,
I am getting the below Error when submitting my signed tx.signed. Can someone please help. I checked everything on the server side all looks fine. Command used is from CoinCashew
This is actually a common mistake that SPOs fall into. Submitting your signed transaction won’t work unless the invalid-hereafter value is greater than the current tip.
So for example, you built your tx.raw on your BP, then decided to pause. Later on you continued the process and tried to sign the transaction…etc. That won’t work, because the tip will be higher than the invalid-hereafter, and the transaction fails.