Skip to content
This repository was archived by the owner on Jul 1, 2021. It is now read-only.

Commit 2d11bb0

Browse files
committed
Fix beam sync crash with clique consensus
1 parent 615d6bc commit 2d11bb0

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

newsfragments/1786.bugfix.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Fix beam sync crashing when running under Clique consensus (e.g. Görli)

trinity/sync/beam/importer.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -160,6 +160,7 @@ def make_pausing_beam_chain(
160160
for starting_block, vm in vm_config
161161
)
162162
PausingBeamChain = BeamChain.configure(
163+
consensus_context_class=consensus_context_class,
163164
vm_configuration=pausing_vm_config,
164165
chain_id=chain_id,
165166
)

0 commit comments

Comments
 (0)