Merge pull request #11943 from Chia-Network/mh.remove_async

Remove async
This commit is contained in:
Amine Khaldi
2022-06-19 12:07:38 +01:00
committed by GitHub
+1 -1
View File
@@ -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,