Skip to content

Commit 8c93148

Browse files
Add HARD_FORK_HEIGHT override for testneta in defaults (#20169)
1 parent 6155888 commit 8c93148

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

chia/consensus/default_constants.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,3 +111,6 @@ def update_testnet_overrides(network_id: str, overrides: dict[str, Any]) -> None
111111
if network_id in {"testnet11", "testneta"}:
112112
if "MIN_PLOT_SIZE_V2" not in overrides:
113113
overrides["MIN_PLOT_SIZE_V2"] = 18
114+
if network_id == "testneta":
115+
if "HARD_FORK_HEIGHT" not in overrides:
116+
overrides["HARD_FORK_HEIGHT"] = 3693395

0 commit comments

Comments
 (0)