Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
otselnik committed May 17, 2022
1 parent 89a5565 commit 1ec05b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion proxy/indexer/indexer.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ def _get_neon_instruction(self) -> bool:
self.debug(f'{self} error: fail to get program id')
return False
if accounts[self.ix['programIdIndex']] != EVM_LOADER_ID:
return False
return False
if not self._decode_ixdata():
return False
return True
Expand Down

0 comments on commit 1ec05b6

Please sign in to comment.