Skip to content

Small explorer improvements

Christopher Schinnerl requested to merge VoidingWarranties:explorer-mem into master

Created by: VoidingWarranties

A few small improvements I found while trying to track down potential memory leaks. The only memory improvement was adding delete(e.blockTargets, bid).

Also removed unnecessary lines that set fields on the explorer when reverting a block only to have the same fields reset when applying blocks later in the function.

All other changes fix style consistency.

Merge request reports