Skip to content

Commit 26ff8a6

Browse files
authored
feat(test): pass slot_number in build-block payload attributes (#2974)
1 parent 40c85cb commit 26ff8a6

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

packages/testing/src/execution_testing/fixtures/blockchain.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -560,6 +560,7 @@ def get_payload_attributes(self) -> "PayloadAttributes":
560560
suggested_fee_recipient=execution_payload.fee_recipient,
561561
withdrawals=execution_payload.withdrawals,
562562
parent_beacon_block_root=parent_beacon_block_root,
563+
slot_number=execution_payload.slot_number,
563564
)
564565

565566
@staticmethod

0 commit comments

Comments
 (0)