diff --git a/packages/valory/skills/decision_maker_abci/behaviours/blacklisting.py b/packages/valory/skills/decision_maker_abci/behaviours/blacklisting.py index ae5bc5c8..baf8a856 100644 --- a/packages/valory/skills/decision_maker_abci/behaviours/blacklisting.py +++ b/packages/valory/skills/decision_maker_abci/behaviours/blacklisting.py @@ -50,7 +50,7 @@ def _blacklist(self) -> None: sampled_bet = self.bets[sampled_bet_index] # the question is blacklisted, i.e., we did not place a bet on it, - # therefore, we bump to the queue status to next status + # therefore, we bump the queue's status to the next one sampled_bet.queue_status = sampled_bet.queue_status.next_status() def setup(self) -> None: