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
commit 6fc1b1594a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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