upper cased constants

This commit is contained in:
DieMyst
2021-09-01 15:01:01 +03:00
parent 71c8fc6d9e
commit 6e56b33f37
3 changed files with 11 additions and 11 deletions

View File

@@ -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])