mirror of
https://github.com/fluencelabs/aqua-playground
synced 2025-06-21 19:51:48 +00:00
update
This commit is contained in:
@ -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") [])
|
||||
)
|
||||
)
|
||||
)
|
||||
|
Reference in New Issue
Block a user