mirror of
https://github.com/fluencelabs/aqua-playground
synced 2025-08-01 05:12:06 +00:00
upper cased constants
This commit is contained in:
@@ -44,9 +44,9 @@ export async function callConstant(client: FluenceClient, config?: {ttl?: number
|
||||
(seq
|
||||
(seq
|
||||
(call %init_peer_id% ("getDataSrv" "-relay-") [] -relay-)
|
||||
(call %init_peer_id% ("test" "createStr") [5] $res)
|
||||
(call %init_peer_id% ("test" "createStr") [1] $res)
|
||||
)
|
||||
(call %init_peer_id% ("op" "identity") ["default-str"] $res)
|
||||
(call %init_peer_id% ("op" "identity") ["ab"] $res)
|
||||
)
|
||||
(xor
|
||||
(call %init_peer_id% ("callbackSrv" "response") [$res])
|
||||
|
Reference in New Issue
Block a user