Skip to content

Commit cfe036b

Browse files
Fix test
1 parent 266e51b commit cfe036b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cdp/smart_contract.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -252,7 +252,7 @@ def reload(self) -> "SmartContract":
252252
"""
253253
model = Cdp.api_clients.smart_contracts.get_smart_contract(
254254
wallet_id=self.wallet_id,
255-
deployer_address=self.deployer_address,
255+
address_id=self.deployer_address,
256256
smart_contract_id=self.smart_contract_id,
257257
)
258258
self._model = model

0 commit comments

Comments
 (0)