dtr-org / unit-e

A digital currency for a new era of decentralized trust
https://unit-e.io
MIT License
45 stars 15 forks source link

Rely on commits in CBlockIndex #911

Closed frolosofsky closed 5 years ago

frolosofsky commented 5 years ago

After commits merkle root added (#815) we can trust these commits so that we can use them when restoring finalization state from disk.

It's the last chapter and it finally fixes #836.