Merge pull request #11874 from Chia-Network/NFTWallet.did_id_fixup

fix other case of self.did_id assignment after making it an @property
This commit is contained in:
William Allen
2022-06-11 15:09:01 -05:00
committed by GitHub
-1
View File
@@ -122,7 +122,6 @@ class NFTWallet:
self.standard_wallet = wallet
self.wallet_info = wallet_info
self.nft_wallet_info = NFTWalletInfo.from_json_dict(json.loads(wallet_info.data))
self.did_id = self.nft_wallet_info.did_id
return self
@classmethod