File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
stackslib/src/chainstate/nakamoto Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -638,27 +638,27 @@ pub static SIP031_EMISSION_INTERVALS_TESTNET: LazyLock<[SIP031EmissionInterval;
638
638
let emissions_schedule = [
639
639
SIP031EmissionInterval {
640
640
amount : 0 ,
641
- start_height : 2_600 ,
641
+ start_height : 30_000_602 ,
642
642
} ,
643
643
SIP031EmissionInterval {
644
644
amount : 5_000 ,
645
- start_height : 2_500 ,
645
+ start_height : 30_000_502 ,
646
646
} ,
647
647
SIP031EmissionInterval {
648
648
amount : 4_000 ,
649
- start_height : 2_400 ,
649
+ start_height : 30_000_402 ,
650
650
} ,
651
651
SIP031EmissionInterval {
652
652
amount : 3_000 ,
653
- start_height : 2_300 ,
653
+ start_height : 30_000_302 ,
654
654
} ,
655
655
SIP031EmissionInterval {
656
656
amount : 2_000 ,
657
- start_height : 2_200 ,
657
+ start_height : 30_000_202 ,
658
658
} ,
659
659
SIP031EmissionInterval {
660
660
amount : 1_000 ,
661
- start_height : 2_100 ,
661
+ start_height : 30_000_102 ,
662
662
} ,
663
663
] ;
664
664
assert ! ( SIP031EmissionInterval :: check_inversed_order(
You can’t perform that action at this time.
0 commit comments