Skip to content

Commit e72a266

Browse files
committed
fix: use correct pox params
1 parent 0865787 commit e72a266

File tree

1 file changed

+4
-0
lines changed
  • stackslib/src/burnchains

1 file changed

+4
-0
lines changed

stackslib/src/burnchains/mod.rs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -468,6 +468,10 @@ impl PoxConstants {
468468
) // total liquid supply is 40000000000000000 µSTX
469469
}
470470

471+
pub fn nakamoto_testnet_default() -> PoxConstants {
472+
PoxConstants::new(900, 100, 51, 100, 0, u64::MAX, u64::MAX, 242, 243, 246, 244)
473+
}
474+
471475
// TODO: add tests from mutation testing results #4838
472476
#[cfg_attr(test, mutants::skip)]
473477
pub fn regtest_default() -> PoxConstants {

0 commit comments

Comments
 (0)