|
|
|
|
|
by leifg
1537 days ago
|
|
Sure maybe. But that only really works if few (if not all) entities have control over the consensus mechanism. On a regular PoW blockchain you will have to recalculate all the hashes according to the difficulty which will up to the miners. But even if you could, it's an absolute technical nightmare. To build an analogy that somehow fits. If you have git repo and you find out that a particular commit that you want to undo, what do you do? - Rebase all changes to an earlier commit, remove the faulty commit and recalculate all commit hashes that follow it. or? - Create a new commit that reverts the old commit. In reality you opt for option 2 99.99% of the time. The only reason you would ever want to remove a commit from history is if you accidentally exposed information to an audience that is not supposed to see it. |
|