Add another blank line

This commit is contained in:
Justin Traglia 2024-12-02 10:29:11 -06:00 committed by GitHub
parent 333df69e65
commit 120d7a4766
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -258,6 +258,7 @@ def run_test_full_random_operations(spec, state, rng=Random(2080)):
yield 'blocks', [signed_block]
yield 'post', state
def get_random_execution_requests(spec, state, rng):
deposits = get_random_deposits_requests(spec, state, rng)
withdrawals = get_random_withdrawals_requests(spec, state, rng)