Is it possible in blockchain to remove one or more blocks from the networks?
Answer Posted / Janpriya Gaur
It is generally not possible to remove individual blocks from a public blockchain without causing a fork (a split in the blockchain network) because each block contains a hash of its preceding block, and modifying any block would require changing every subsequent block. In some cases, such as for private or permissioned blockchains, it may be possible to remove blocks through manual intervention, but this can compromise the integrity of the blockchain.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers