We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix race condition that deletes a batch already virtualized giving the next error when the verified batch is stored in the db
error storing the verifiedB in processTrustedVerifyBatches. BlockNumber: 9772514, error: ERROR: insert or update on table "verified_batch" violates foreign key constraint "verified_batch_batch_num_fkey" (SQLSTATE 23503)
The text was updated successfully, but these errors were encountered:
ARR552
No branches or pull requests
Fix race condition that deletes a batch already virtualized giving the next error when the verified batch is stored in the db
The text was updated successfully, but these errors were encountered: