Skip to content
This repository has been archived by the owner on Apr 12, 2022. It is now read-only.

Commit

Permalink
Add explicit return value to _resolve_if_forked function
Browse files Browse the repository at this point in the history
Signed-off-by: Darian Plumb <dplumb@bitwise.io>
  • Loading branch information
dplumb94 committed Dec 27, 2017
1 parent f8dc1f1 commit 7cc6c0f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ledger_sync/marketplace_ledger_sync/deltas/handlers.py
Expand Up @@ -83,6 +83,7 @@ def _resolve_if_forked(database, block_num, block_id):
LOGGER.warning(
'Failed to drop forked resources since block: %s',
block_num)
return False


def _apply_state_changes(database, changes, block_num):
Expand Down

0 comments on commit 7cc6c0f

Please sign in to comment.