Use the correct interval at z2zheight
This commit is contained in:
@@ -1258,7 +1258,7 @@ uint64_t hush_commission(int height)
|
|||||||
};
|
};
|
||||||
uint64_t commission = 0;
|
uint64_t commission = 0;
|
||||||
|
|
||||||
if( height > HALVING1) {
|
if( height >= HALVING1) {
|
||||||
// Block time going from 150s to 75s (half) means the interval between halvings
|
// Block time going from 150s to 75s (half) means the interval between halvings
|
||||||
// must be twice as often, i.e. 840000*2=1680000
|
// must be twice as often, i.e. 840000*2=1680000
|
||||||
// With 150s blocks, we have 210,000 blocks per year
|
// With 150s blocks, we have 210,000 blocks per year
|
||||||
|
|||||||
Reference in New Issue
Block a user