Skip to content

Commit

Permalink
fix an api thing
Browse files Browse the repository at this point in the history
  • Loading branch information
charles-cooper committed Sep 8, 2023
1 parent 00500c6 commit 523db9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion boa/environment.py
Original file line number Diff line number Diff line change
Expand Up @@ -607,7 +607,7 @@ def deploy_code(
def raw_call(
self,
to_address,
sender: Optional[AddressType] = None,
sender: Optional[_AddressType] = None,
gas: Optional[int] = None,
value: int = 0,
data: bytes = b"",
Expand Down

0 comments on commit 523db9f

Please sign in to comment.