From 4aa311c8b2e9236ea755bb116fa59e7a38e35e57 Mon Sep 17 00:00:00 2001 From: boneyard93501 <4523011+boneyard93501@users.noreply.github.com> Date: Mon, 7 Feb 2022 23:20:35 -0600 Subject: [PATCH] fix comments --- fuzz-client/aqua/timestamp_gatherer.aqua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/fuzz-client/aqua/timestamp_gatherer.aqua b/fuzz-client/aqua/timestamp_gatherer.aqua index b2a3cec..8b2b74c 100644 --- a/fuzz-client/aqua/timestamp_gatherer.aqua +++ b/fuzz-client/aqua/timestamp_gatherer.aqua @@ -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)