Commit 2936bf38 authored by yann300's avatar yann300

remove hashedKey from storage value

parent 2c03f8ba
......@@ -42,7 +42,6 @@ class StateManagerCommonStorageDump extends StateManager {
var stream = trie.createReadStream()
stream.on('data', function (val) {
storage['0x' + val.key.toString('hex')] = {
hashedKey: '0x' + val.key.toString('hex'),
key: self.keyHashes[val.key.toString('hex')],
value: '0x' + val.value.toString('hex')
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment