Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
import singleton launcher hash from explicit export
Browse files Browse the repository at this point in the history
matt-o-how committed Jan 10, 2025
1 parent b87237c commit 8b5187f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chia/wallet/wallet_state_manager.py
Original file line number Diff line number Diff line change
@@ -21,7 +21,6 @@
from chia.data_layer.data_layer_wallet import DataLayerWallet
from chia.data_layer.dl_wallet_store import DataLayerStore
from chia.pools.pool_puzzles import (
SINGLETON_LAUNCHER_HASH,
get_most_recent_singleton_coin_from_coin_spend,
solution_to_pool_state,
)
@@ -104,6 +103,7 @@
TransactionInfo,
UnsignedTransaction,
)
from chia.wallet.singleton import SINGLETON_LAUNCHER_PUZZLE_HASH as SINGLETON_LAUNCHER_HASH
from chia.wallet.singleton import create_singleton_puzzle, get_inner_puzzle_from_singleton, get_singleton_id_from_puzzle
from chia.wallet.trade_manager import TradeManager
from chia.wallet.trading.offer import Offer

0 comments on commit 8b5187f

Please sign in to comment.