Skip to content

Instantly share code, notes, and snippets.

@alonmuroch
Created January 11, 2021 08:36
Show Gist options
  • Save alonmuroch/3da2ad2a2a162a83d7ab77da29340ce8 to your computer and use it in GitHub Desktop.
Save alonmuroch/3da2ad2a2a162a83d7ab77da29340ce8 to your computer and use it in GitHub Desktop.
is_in_inactivity_leak
def is_in_inactivity_leak(state: BeaconState) -> bool:
return get_finality_delay(state) > MIN_EPOCHS_TO_INACTIVITY_PENALTY
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment