remove change of first key of storage content

pull/7/head
yann300 8 years ago
parent 177d87b50a
commit cf10206c9f
  1. 4
      src/solidity/stateDecoder.js

@ -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]

Loading…
Cancel
Save