mirror of
https://github.com/Chia-Network/chia-blockchain.git
synced 2026-09-05 02:24:21 -05: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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user