From aa545ee6c6dafbfca08546e2f58fe0740e327171 Mon Sep 17 00:00:00 2001 From: Dave Hrycyszyn Date: Thu, 19 Jan 2023 10:09:40 +0000 Subject: [PATCH] Changing comment to nym-api --- nym-api/src/epoch_operations/mod.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nym-api/src/epoch_operations/mod.rs b/nym-api/src/epoch_operations/mod.rs index c20ae3a363..dd6666ba68 100644 --- a/nym-api/src/epoch_operations/mod.rs +++ b/nym-api/src/epoch_operations/mod.rs @@ -287,7 +287,7 @@ impl RewardedSetUpdater { // next time we enter this function (i.e. within 2min or so) // // TODO: deal with the following edge case: - // - the validator api REWARDS all mixnodes + // - the nym api REWARDS all mixnodes // - then crashes before advancing epoch // - upon restart it will attempt (and fail) to re-reward the mixnodes return Err(err);