Skip to content

Commit

Permalink
rename Env.call to Env.raw_call
Browse files Browse the repository at this point in the history
  • Loading branch information
charles-cooper committed Jul 20, 2023
1 parent 19f09e6 commit bc55112
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 @@ -523,7 +523,7 @@ def deploy_code(

return target_address, c.output

def call(
def raw_call(
self,
to_address,
sender: Optional[AddressType] = None,
Expand Down

0 comments on commit bc55112

Please sign in to comment.