Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
rohan-agarwal-coinbase committed Nov 7, 2024
1 parent c9d98c7 commit cefcc43
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions cdp/smart_contract.py
Original file line number Diff line number Diff line change
Expand Up @@ -371,9 +371,7 @@ def read(
contract_address=contract_address,
read_contract_request=read_contract_request,
)
retval = cls._convert_solidity_value(model)
print(f"retval: {retval}")
return retval
return cls._convert_solidity_value(model)

@classmethod
def _convert_solidity_value(cls, solidity_value: SolidityValue) -> Any:
Expand Down

0 comments on commit cefcc43

Please sign in to comment.