mirror of
https://github.com/fluencelabs/examples
synced 2025-04-25 10:42:16 +00:00
fix comments
This commit is contained in:
parent
0cc13af023
commit
4aa311c8b2
@ -24,7 +24,7 @@ func ts_getter() -> []u64:
|
||||
<- res
|
||||
|
||||
|
||||
-- timestap getter with error collector over neighborhood
|
||||
-- timestamp getter with error collector over neighborhood
|
||||
func ts_getter_with_timeout()-> []u64, []string:
|
||||
-- timeout in ms
|
||||
rtt = 1000
|
||||
@ -40,7 +40,7 @@ func ts_getter_with_timeout()-> []u64, []string:
|
||||
-- err message
|
||||
msg = "timeout"
|
||||
|
||||
-- collect non-rsponsive peer ids, if any
|
||||
-- collect non-responsive peer ids, if any
|
||||
dead_peers: *string
|
||||
on HOST_PEER_ID:
|
||||
k <- Op.string_to_b58(HOST_PEER_ID)
|
||||
|
Loading…
x
Reference in New Issue
Block a user