Skip to content

Commit

Permalink
Fix spend sim import
Browse files Browse the repository at this point in the history
  • Loading branch information
Quexington committed Nov 5, 2024
1 parent 9aa4dbb commit 00a7f1a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion chia/_tests/clvm/test_custody_architecture.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
import pytest
from chia_rs import G2Element

from chia.clvm.spend_sim import CostLogger, sim_and_client
from chia._tests.util.spend_sim import CostLogger, sim_and_client
from chia.types.blockchain_format.program import Program
from chia.types.blockchain_format.sized_bytes import bytes32
from chia.types.coin_spend import make_spend
Expand Down
2 changes: 1 addition & 1 deletion chia/_tests/clvm/test_member_puzzles.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
from chia_rs import AugSchemeMPL, G2Element

from chia._tests.clvm.test_custody_architecture import ACSDPuzValidator
from chia.clvm.spend_sim import CostLogger, sim_and_client
from chia._tests.util.spend_sim import CostLogger, sim_and_client
from chia.consensus.default_constants import DEFAULT_CONSTANTS
from chia.types.blockchain_format.program import Program
from chia.types.coin_spend import make_spend
Expand Down
2 changes: 1 addition & 1 deletion chia/_tests/clvm/test_restrictions.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
from chia_rs.sized_bytes import bytes32

from chia._tests.clvm.test_custody_architecture import ACSMember
from chia.clvm.spend_sim import CostLogger, sim_and_client
from chia._tests.util.spend_sim import CostLogger, sim_and_client
from chia.types.blockchain_format.program import Program
from chia.types.coin_spend import make_spend
from chia.types.mempool_inclusion_status import MempoolInclusionStatus
Expand Down

0 comments on commit 00a7f1a

Please sign in to comment.