Skip to content

Commit 5875fc9

Browse files
committed
fixed height for testnet sip031
1 parent 41d5e5e commit 5875fc9

File tree

1 file changed

+6
-6
lines changed
  • stackslib/src/chainstate/nakamoto

1 file changed

+6
-6
lines changed

stackslib/src/chainstate/nakamoto/mod.rs

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -638,27 +638,27 @@ pub static SIP031_EMISSION_INTERVALS_TESTNET: LazyLock<[SIP031EmissionInterval;
638638
let emissions_schedule = [
639639
SIP031EmissionInterval {
640640
amount: 0,
641-
start_height: 2_600,
641+
start_height: 30_000_602,
642642
},
643643
SIP031EmissionInterval {
644644
amount: 5_000,
645-
start_height: 2_500,
645+
start_height: 30_000_502,
646646
},
647647
SIP031EmissionInterval {
648648
amount: 4_000,
649-
start_height: 2_400,
649+
start_height: 30_000_402,
650650
},
651651
SIP031EmissionInterval {
652652
amount: 3_000,
653-
start_height: 2_300,
653+
start_height: 30_000_302,
654654
},
655655
SIP031EmissionInterval {
656656
amount: 2_000,
657-
start_height: 2_200,
657+
start_height: 30_000_202,
658658
},
659659
SIP031EmissionInterval {
660660
amount: 1_000,
661-
start_height: 2_100,
661+
start_height: 30_000_102,
662662
},
663663
];
664664
assert!(SIP031EmissionInterval::check_inversed_order(

0 commit comments

Comments
 (0)