Hello,
What would be the easiest way to discard some mined blocks? For example, I'd like to discard last 10 blocks. As a result all transactions that were in these blocks would go back into mempool and the multichain would mine them back into the chain, resulting different block hashes.
I know blockchains are not supposed to work this way but I'm working on a system that would detect such anomalies. If there is no solution available, I guess I could just discard the chain and generate a new one.