We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b58b5c2 commit 478e982Copy full SHA for 478e982
contracts/v0.8/utils/Actor.sol
@@ -33,7 +33,7 @@ library Actor {
33
/// @notice flag used to indicate that the call_actor or call_actor_id should perform a static_call to the desired actor
34
uint64 constant READ_ONLY_FLAG = 0x00000001;
35
36
- /// @notice flag used to indicate that the call_actor or call_actor_id should perform a delegate_call to the desired actor
+ /// @notice flag used to indicate that the call_actor or call_actor_id should perform a call to the desired actor
37
uint64 constant DEFAULT_FLAG = 0x00000000;
38
39
/// @notice the provided address is not valid
0 commit comments