Skip to content

Commit

Permalink
docs: add comment in Address
Browse files Browse the repository at this point in the history
  • Loading branch information
antazoey committed Jan 28, 2025
1 parent ea8325d commit ed47eb0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/ape/api/address.py
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,7 @@ def code(self) -> "ContractCode":
"""
The raw bytes of the smart-contract code at the address.
"""
# NOTE: Chain manager handles code caching.
return self.chain_manager.get_code(self.address)

@property
Expand Down

0 comments on commit ed47eb0

Please sign in to comment.