17 lines
435 B
Clojure
Raw Normal View History

2021-04-09 11:45:48 -05:00
(xor
(seq
(seq
(call relay ("op" "identity") [])
(call node (echo_service "echo") [names] array_result)
)
(seq
(call relay ("op" "identity") [])
(call %init_peer_id% (returnService "run") [array_result])
)
)
(seq
(call relay ("op" "identity") [])
(call %init_peer_id% (returnService "run") ["XOR FAILED %last_error"])
)
)