fix comments

This commit is contained in:
boneyard93501 2022-02-07 23:20:35 -06:00
parent 0cc13af023
commit 4aa311c8b2

View File

@ -24,7 +24,7 @@ func ts_getter() -> []u64:
<- res <- res
-- timestap getter with error collector over neighborhood -- timestamp getter with error collector over neighborhood
func ts_getter_with_timeout()-> []u64, []string: func ts_getter_with_timeout()-> []u64, []string:
-- timeout in ms -- timeout in ms
rtt = 1000 rtt = 1000
@ -40,7 +40,7 @@ func ts_getter_with_timeout()-> []u64, []string:
-- err message -- err message
msg = "timeout" msg = "timeout"
-- collect non-rsponsive peer ids, if any -- collect non-responsive peer ids, if any
dead_peers: *string dead_peers: *string
on HOST_PEER_ID: on HOST_PEER_ID:
k <- Op.string_to_b58(HOST_PEER_ID) k <- Op.string_to_b58(HOST_PEER_ID)