From 8b5187f2a278fee207412906c2e70a068c85b506 Mon Sep 17 00:00:00 2001 From: Matthew Howard Date: Fri, 10 Jan 2025 12:23:24 +0000 Subject: [PATCH] import singleton launcher hash from explicit export --- chia/wallet/wallet_state_manager.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chia/wallet/wallet_state_manager.py b/chia/wallet/wallet_state_manager.py index 3be5d45653cc..5301cf345c60 100644 --- a/chia/wallet/wallet_state_manager.py +++ b/chia/wallet/wallet_state_manager.py @@ -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