Skip to content

Commit

Permalink
fix statemanager test
Browse files Browse the repository at this point in the history
  • Loading branch information
g11tech committed Oct 24, 2023
1 parent fae5c15 commit b887dfd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/statemanager/test/proofStateManager.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ describe('ProofStateManager', () => {
}
}
storageTrie.root(hexToBytes(storageRoot))
const addressHex = bytesToUnprefixedHex(address.bytes)
const addressHex = bytesToUnprefixedHex(keccak256(address.bytes))
stateManager['_storageTries'][addressHex] = storageTrie
trie.root(stateRoot!)

Expand Down

0 comments on commit b887dfd

Please sign in to comment.