Skip to content

Commit

Permalink
A bit better workding
Browse files Browse the repository at this point in the history
  • Loading branch information
baitcode committed Dec 5, 2024
1 parent 8e2672d commit 6d4f5f2
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@ async def test_account_outside_execution_any_caller(
calldata=[100],
)

# Create a special signed execution call. This call now be executed by
# caller specified. In this case, it is ANY_CALLER, a special constant
# Create a special signed execution call. This call can now be executed by
# the caller specified. In this case, caller is ANY_CALLER, a special constant
# that allows any caller to execute the call.
call = await account.sign_outside_execution_call(
calls=[
Expand Down

0 comments on commit 6d4f5f2

Please sign in to comment.