Linting addendum.

This commit is contained in:
Amine Khaldi 2023-06-30 14:17:28 +01:00
parent 1b520478a3
commit 45650fa5de
No known key found for this signature in database
GPG Key ID: B1C074FFC904E2D9
1 changed files with 1 additions and 0 deletions

View File

@ -569,6 +569,7 @@ class TestFullNodeStore:
normalized_to_identity_cc_sp=normalized_to_identity,
)
peak = blockchain.get_peak()
assert peak is not None
for slot in blocks_3[-1].finished_sub_slots:
next_sub_slot_iters, next_difficulty = get_next_sub_slot_iters_and_difficulty(
blockchain.constants, True, peak, blockchain