sophia/test/contracts/bad_protected_call.aes
2020-03-02 12:08:41 +01:00

7 lines
137 B
Plaintext

contract Remote =
entrypoint id : int => int
contract ProtectedCall =
entrypoint bad(r : Remote) =
r.id(protected = 0 == 1, 18)