This commit is contained in:
DieMyst
2021-04-29 14:15:20 +03:00
parent 00b92812be
commit af1994fac3
8 changed files with 43 additions and 87 deletions

View File

@ -240,10 +240,13 @@ export async function doStuff(client: FluenceClient, a: string): Promise<string>
)
(seq
(seq
(seq
(call relay ("op" "identity") [])
(call a ("peer" "identify") [])
)
(call relay ("op" "identity") [])
(call a ("peer" "identify") [])
)
(call relay ("op" "identity") [])
(call %init_peer_id% ("op" "identity") [])
)
)
)