Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion hathor/conf/mainnet.py
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@
'00004305882eb3eef6b45f025ff58eb7baa5ca35f7d6f42c8b085482b00474e6',
'000045ecbab77c9a8d819ff6d26893b9da2774eee5539f17d8fc2394f82b758e',
])),
ENABLE_NANO_CONTRACTS=NanoContractsSetting.FEATURE_ACTIVATION,
ENABLE_NANO_CONTRACTS=NanoContractsSetting.DISABLED,
FEATURE_ACTIVATION=FeatureActivationSettings(
features={
Feature.INCREASE_MAX_MERKLE_PATH_LENGTH: Criteria(
Expand Down
2 changes: 1 addition & 1 deletion hathor/conf/mainnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ SOFT_VOIDED_TX_IDS:
- 00004305882eb3eef6b45f025ff58eb7baa5ca35f7d6f42c8b085482b00474e6
- 000045ecbab77c9a8d819ff6d26893b9da2774eee5539f17d8fc2394f82b758e

ENABLE_NANO_CONTRACTS: feature_activation
ENABLE_NANO_CONTRACTS: disabled
FEATURE_ACTIVATION:
features:
INCREASE_MAX_MERKLE_PATH_LENGTH:
Expand Down