Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge tari-project#2179: Fix geometric mean comparison halting the bl…
…ockchain When geometric mean of a new block is compared to that of the network, it must be accepted if it is equal, due to the number being rounded. `geo_mean = sqrt(achieved_difficulty_01 ^ 2 x achieved_difficulty_02 ^ 2)` (tari-project#2179) Merge pull request tari-project#2179
- Loading branch information