mirror of
https://github.com/fluencelabs/aqua-playground
synced 2025-03-15 12:21:02 +00:00
msg -> message
This commit is contained in:
parent
47787fe5f0
commit
5dba619a24
@ -5,7 +5,7 @@ service Unexisted("unex"):
|
||||
|
||||
data LastError:
|
||||
instruction: string
|
||||
msg: string
|
||||
message: string
|
||||
peer_id: string
|
||||
|
||||
service OpA("op"):
|
||||
@ -18,7 +18,7 @@ func tryCatchTest(node_id: string) -> []string:
|
||||
f <- Unexisted.getStr()
|
||||
catch err:
|
||||
c: *string
|
||||
f <- OpA.identity(err.msg)
|
||||
f <- OpA.identity(err.message)
|
||||
-- check if the call takes place on the node
|
||||
i <- Peer.identify()
|
||||
f <- OpA.identity(i.external_addresses!)
|
||||
|
Loading…
x
Reference in New Issue
Block a user