Closed clearloop closed 1 day ago
part of #257 but specified in https://docs.soliditylang.org/en/latest/units-and-global-variables.html#error-handling
issue-258-template
assert! is duplicated with the default rust one, just use zink::assert or name it require
assert!
zink::assert
require
Describe the feature
part of #257 but specified in https://docs.soliditylang.org/en/latest/units-and-global-variables.html#error-handling
Solution
issue-258-template
assert!
is duplicated with the default rust one, just usezink::assert
or name itrequire