nested func example broken

This commit is contained in:
DieMyst
2021-06-04 14:10:34 +03:00
parent 02fa57911e
commit 694c6c65f4
9 changed files with 173 additions and 26 deletions

View File

@ -70,10 +70,13 @@ export async function passFunctionAsArg(client: FluenceClient, node: string, str
(seq
(seq
(seq
(call %init_peer_id% ("getDataSrv" "-relay-") [] -relay-)
(call %init_peer_id% ("getDataSrv" "node") [] node)
(seq
(call %init_peer_id% ("getDataSrv" "-relay-") [] -relay-)
(call %init_peer_id% ("getDataSrv" "node") [] node)
)
(call %init_peer_id% ("getDataSrv" "str") [] str)
)
(call %init_peer_id% ("getDataSrv" "str") [] str)
(call %init_peer_id% ("op" "identity") [])
)
(call -relay- ("op" "identity") [])
)