mirror of
https://github.com/Chia-Network/chia-blockchain.git
synced 2026-08-24 10:05:29 -05:00
import ConsensusConstants from actual definition (#10131)
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
from typing import Dict
|
||||
|
||||
from chia.consensus.default_constants import DEFAULT_CONSTANTS, ConsensusConstants
|
||||
from chia.consensus.constants import ConsensusConstants
|
||||
from chia.consensus.default_constants import DEFAULT_CONSTANTS
|
||||
|
||||
|
||||
def make_test_constants(test_constants_overrides: Dict) -> ConsensusConstants:
|
||||
|
||||
Reference in New Issue
Block a user