rename par-greeter

This commit is contained in:
boneyard93501
2021-04-18 15:38:49 -05:00
parent 819ac68c53
commit 7823c29501
33 changed files with 0 additions and 0 deletions

View File

@ -0,0 +1,17 @@
(xor
(seq
(seq
(call relay ("op" "identity") [])
(call node (greeter "greeting") [name] result)
)
(seq
(call relay ("op" "identity") [])
(call %init_peer_id% (returnService "run") [result])
)
)
(seq
(call relay ("op" "identity") [])
(call %init_peer_id% (returnService "run") ["XOR FAILED" %last_error%])
)
)