Skip to content

Commit

Permalink
Fix return
Browse files Browse the repository at this point in the history
  • Loading branch information
matejmode committed May 15, 2024
1 parent d1fb281 commit cb765b8
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 @@ -245,6 +245,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 cb765b8

Please sign in to comment.