mirror of
https://github.com/Chia-Network/chia-blockchain.git
synced 2026-09-05 02:24:21 -05:00
Merge pull request #11943 from Chia-Network/mh.remove_async
Remove async
This commit is contained in:
@@ -679,7 +679,7 @@ class TradeManager:
|
||||
return await NFTWallet.make_nft1_offer(self.wallet_state_manager, offer_dict, driver_dict, fee)
|
||||
return None
|
||||
|
||||
async def check_for_owner_change_in_drivers(self, puzzle_info: PuzzleInfo, driver_info: PuzzleInfo) -> bool:
|
||||
def check_for_owner_change_in_drivers(self, puzzle_info: PuzzleInfo, driver_info: PuzzleInfo) -> bool:
|
||||
if puzzle_info.check_type(
|
||||
[
|
||||
AssetType.SINGLETON.value,
|
||||
|
||||
Reference in New Issue
Block a user