Fix panic due to Borevents snapshots changes (#8042)

This commit is contained in:
ledgerwatch 2023-08-20 10:42:09 +01:00 committed by GitHub
parent 6d2a9aed2f
commit 532cc13a03
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -577,7 +577,6 @@ var StateUnwindOrder = UnwindOrder{
stages.Execution, stages.Execution,
stages.Senders, stages.Senders,
stages.Bodies, stages.Bodies,
stages.BorHeimdall,
stages.BlockHashes, stages.BlockHashes,
stages.Headers, stages.Headers,
} }