Skip to content
This repository was archived by the owner on Sep 8, 2025. It is now read-only.

Commit 7655acd

Browse files
committed
a bit of an extra test for fun and CI bump
1 parent 0f939e8 commit 7655acd

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tests/core/consensus/test_clique_consensus.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@
2525
SIGNATURE_LENGTH,
2626
)
2727
from eth.consensus.clique._utils import (
28+
get_block_signer,
2829
sign_block_header,
2930
)
3031
from eth.constants import (
@@ -245,6 +246,8 @@ def test_import_block(paragon_chain):
245246
transactions=[tx]
246247
)
247248

249+
assert get_block_signer(block.header) == ALICE
250+
248251
paragon_chain.import_block(block)
249252

250253
# Alice new balance is old balance - 10 + 21000 tx fee (she's the signer)

0 commit comments

Comments
 (0)