Skip to content

Commit

Permalink
statemanager: commented out code cleanuip
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrocheleau committed Aug 12, 2024
1 parent c761795 commit 76be81c
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions packages/statemanager/src/rpcStateManager.ts
Original file line number Diff line number Diff line change
Expand Up @@ -53,10 +53,6 @@ export class RPCStateManager implements StateManagerInterface {

this._caches = new Caches({ storage: { size: 100000 }, code: { size: 100000 } })

// this._contractCache = new Map()
// this._storageCache = new StorageCache({ size: 100000, type: CacheType.ORDERED_MAP })
// this._accountCache = new AccountCache({ size: 100000, type: CacheType.ORDERED_MAP })

this.originalStorageCache = new OriginalStorageCache(this.getStorage.bind(this))
this.common = opts.common ?? new Common({ chain: Mainnet })
this.keccakFunction = opts.common?.customCrypto.keccak256 ?? keccak256
Expand Down

0 comments on commit 76be81c

Please sign in to comment.