Skip to content
Snippets Groups Projects
Commit 33e304fe authored by Cédric Moreau's avatar Cédric Moreau
Browse files

[fix] UnitBase was computed the wrong way by the blockGenerator

parent eeea427f
No related branches found
No related tags found
No related merge requests found
...@@ -574,12 +574,6 @@ function BlockGenerator(mainContext, prover) { ...@@ -574,12 +574,6 @@ function BlockGenerator(mainContext, prover) {
*/ */
block.powMin = vHEAD.powMin; block.powMin = vHEAD.powMin;
// BR_G13
indexer.prepareDividend(vHEAD, vHEAD_1, conf);
// BR_G14
indexer.prepareUnitBase(vHEAD, vHEAD_1, conf);
// Universal Dividend // Universal Dividend
if (vHEAD.new_dividend) { if (vHEAD.new_dividend) {
block.dividend = vHEAD.dividend; block.dividend = vHEAD.dividend;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment