Commit cf10206c authored by yann300's avatar yann300

remove change of first key of storage content

parent 177d87b5
......@@ -9,10 +9,6 @@ var decodeInfo = require('./decodeInfo')
* @return {Map} - decoded state variable
*/
function decodeState (stateVars, storageContent) {
if (storageContent['0x']) {
storageContent['0x00'] = storageContent['0x']
storageContent['0x'] = undefined
}
var ret = {}
for (var k in stateVars) {
var stateVar = stateVars[k]
......
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