mirror of
https://github.com/status-im/ens-usernames.git
synced 2025-02-17 12:57:00 +00:00
5 lines
88 B
RPMSpec
5 lines
88 B
RPMSpec
|
rule sanity(env e, method f) {
|
||
|
calldataarg args;
|
||
|
f(e, args);
|
||
|
satisfy true;
|
||
|
}
|