Skip to content

Commit

Permalink
fix: comparison err
Browse files Browse the repository at this point in the history
  • Loading branch information
BobTheBuidler committed Oct 12, 2023
1 parent 0d185f7 commit d497069
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion yearn/v2/strategies.py
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ def _include_event(self, event: _EventItem) -> bool:
def _process_event(self, event: _EventItem) -> int:
block = event.block_number
logger.debug("%s harvested on %d", self.strategy.name, block)
return event
return block


def _unpack_results(views: List[str], results: List[Any], scale: int):
Expand Down

0 comments on commit d497069

Please sign in to comment.