Skip to content

Commit 6d4f5f2

Browse files
committed
A bit better workding
1 parent 8e2672d commit 6d4f5f2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

starknet_py/tests/e2e/docs/guide/test_account_sign_outside_transaction.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,8 @@ async def test_account_outside_execution_any_caller(
4444
calldata=[100],
4545
)
4646

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

0 commit comments

Comments
 (0)