Skip to content

Commit

Permalink
Fix return
Browse files Browse the repository at this point in the history
  • Loading branch information
matejmode authored and wsodsong committed May 21, 2024
1 parent ed55b54 commit d0f9c68
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions utils/prime_ctx.go
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit d0f9c68

Please sign in to comment.