you are viewing a single comment's thread
view the rest of the comments
[–] 17 points 2 years ago (1 child)

You can implement clawback while still having an immutable blockchain. The transaction will always stay on the blockchain, but the funds can be recovered

  • source
  • parent
  • hideshow 2 child comments
  • [–] 17 points 2 years ago

    this is how it should be anyway, you do not want any ledger or database to be mutable because it allows for integrity violations and will cause you to lose the ability to trust it. Even non-blockchain styles follow that principle.

  • source
  • parent