mirror of
https://github.com/Chia-Network/chia-blockchain.git
synced 2024-11-13 03:12:24 +03:00
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:
commit
6fc1b1594a
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user