Skip to content

Commit

Permalink
Update packages/statemanager/src/statefulVerkleStateManager.ts
Browse files Browse the repository at this point in the history
Co-authored-by: acolytec3 <[email protected]>
  • Loading branch information
gabrocheleau and acolytec3 authored Dec 19, 2024
1 parent b2894ad commit 5b26c69
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/statemanager/src/statefulVerkleStateManager.ts
Original file line number Diff line number Diff line change
Expand Up @@ -680,7 +680,6 @@ export class StatefulVerkleStateManager implements StateManagerInterface {
canonicalValue = ZEROVALUE
}

this._debug(`computed ${computedValue} canonical ${canonicalValue}`)
if (computedValue !== canonicalValue) {
if (type === VerkleAccessedStateType.BasicData) {
this.DEBUG &&
Expand Down

0 comments on commit 5b26c69

Please sign in to comment.