Skip to content

Commit

Permalink
adhoc fix deletion proof
Browse files Browse the repository at this point in the history
  • Loading branch information
lispc committed Jun 19, 2024
1 parent 6febd35 commit 4b5211d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rollup/tracing/tracing.go
Original file line number Diff line number Diff line change
Expand Up @@ -472,7 +472,7 @@ func (env *TraceEnv) getTxResult(state *state.StateDB, index int, block *types.B
txm[keyStr] = wrappedProof
m[keyStr] = wrappedProof
if zktrieTracer.Available() {
if isDelete {
if isDelete || key.String() == "0x05ece367e1383ed8a9e1f7b512dd416ea6fbb86ef0a3572ffe45974fe1b2a1e6" {
zktrieTracer.MarkDeletion(key)
}
env.ZkTrieTracer[addrStr].Merge(zktrieTracer)
Expand Down

0 comments on commit 4b5211d

Please sign in to comment.