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);