Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
jianlunz-cb committed Dec 17, 2024
1 parent f6ed73f commit 8aed244
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cdp/smart_contract.py
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ def deployer_address(self) -> str:
return self._model.deployer_address

@property
def is_external(self) -> str:
def is_external(self) -> bool:
"""Get the contract address of the smart contract.
Returns:
Expand Down

0 comments on commit 8aed244

Please sign in to comment.