diff --git a/chia/full_node/full_node_store.py b/chia/full_node/full_node_store.py index 3cb64bba5703..566376ef9f23 100644 --- a/chia/full_node/full_node_store.py +++ b/chia/full_node/full_node_store.py @@ -891,6 +891,7 @@ def have_newer_signage_point(self, challenge_hash: bytes32, index: uint8, last_r sp: Optional[SignagePoint] = sps[i] if sp is not None and sp.rc_vdf is not None and sp.rc_vdf.challenge == last_rc_infusion: found_rc_hash = True + break sp = sps[index] if ( found_rc_hash