Skip to content

Commit

Permalink
Update plugin/evm/atomic_backend.go
Browse files Browse the repository at this point in the history
Signed-off-by: Darioush Jalali <darioush.jalali@avalabs.org>
  • Loading branch information
darioush committed Dec 1, 2023
1 parent df5c0fd commit 8ce3c3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugin/evm/atomic_backend.go
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,7 @@ func (a *atomicBackend) ApplyToSharedMemory(lastAcceptedBlock uint64) error {

// If [height] is a bonus block, do not apply the atomic operations to shared memory
if _, found := a.bonusBlocks[height]; found {
log.Info(
log.Debug(
"skipping bonus block in applying atomic ops from atomic trie to shared memory",
"height", height,
)
Expand Down

0 comments on commit 8ce3c3a

Please sign in to comment.