This is likely the result of a bandwidth issue where too many transactions are getting committed to the block that you are trying to commit your transaction to. The blockchain will reject the block, which is where this error comes from. I believe this error is universal - if you are getting it so are other people trying to commit a transaction to this block. One way to handle this is to have an exception that catches this issue and retries at a later time. Eventually the node that is committing your transaction will commit it to a different block which will likely get accepted to the blockchain.
You are viewing a single comment's thread from: