Unnecessary stateful warning when non-zero value argument is used #430
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Compiling a contract with the following function and warning enabled:
Would result in the following warning:
Meanwhile this function must be stateful in order to pass a non-zero
value
argument to the function called from it.