We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 266e51b commit cfe036bCopy full SHA for cfe036b
cdp/smart_contract.py
@@ -252,7 +252,7 @@ def reload(self) -> "SmartContract":
252
"""
253
model = Cdp.api_clients.smart_contracts.get_smart_contract(
254
wallet_id=self.wallet_id,
255
- deployer_address=self.deployer_address,
+ address_id=self.deployer_address,
256
smart_contract_id=self.smart_contract_id,
257
)
258
self._model = model
0 commit comments