From d0f9c680735bba1283327c7b498387a0064806d7 Mon Sep 17 00:00:00 2001 From: matej Date: Wed, 15 May 2024 11:58:36 +0200 Subject: [PATCH] Fix return --- utils/prime_ctx.go | 1 + 1 file changed, 1 insertion(+) diff --git a/utils/prime_ctx.go b/utils/prime_ctx.go index 77f57fbb5..d9c485780 100644 --- a/utils/prime_ctx.go +++ b/utils/prime_ctx.go @@ -261,6 +261,7 @@ func (pc *PrimeContext) SuicideAccounts(db state.StateDB, accounts []common.Addr db.EndSyncPeriod() pc.block++ pc.log.Infof("\t\t %v suicided accounts were removed from statedb (before priming).", count) + return nil } func (pc *PrimeContext) GetBlock() uint64 {