aqua-playground/test/call_multiple.air

10 lines
295 B
Plaintext
Raw Normal View History

2021-04-12 02:07:18 +03:00
(seq
(call init_relay ("peer" "identify") [] result)
(seq
(call %init_peer_id% ("returnService" "run") [result])
(seq
(call %init_peer_id% ("returnService" "run") [result])
(call %init_peer_id% ("returnService" "run") [result])
)
)
)