mirror of
https://github.com/status-im/nimbus-eth2.git
synced 2025-02-23 11:48:33 +00:00
revert advance back to trace
This commit is contained in:
parent
a808a6755a
commit
9b89f58089
@ -899,7 +899,7 @@ proc updateStateData*(
|
|||||||
elif ancestors.len > 0:
|
elif ancestors.len > 0:
|
||||||
debug "State replayed"
|
debug "State replayed"
|
||||||
else:
|
else:
|
||||||
debug "State advanced" # Normal case!
|
trace "State advanced" # Normal case!
|
||||||
|
|
||||||
proc delState(dag: ChainDAGRef, bs: BlockSlot) =
|
proc delState(dag: ChainDAGRef, bs: BlockSlot) =
|
||||||
# Delete state state and mapping for a particular block+slot
|
# Delete state state and mapping for a particular block+slot
|
||||||
|
Loading…
x
Reference in New Issue
Block a user