Merge branch 'develop' into conversion

This commit is contained in:
obscuren
2015-03-19 14:31:41 +01:00
408 changed files with 33298 additions and 2270 deletions

View File

@@ -35,6 +35,7 @@ func (self *StateDB) RawDump() World {
storageIt := stateObject.State.trie.Iterator()
for storageIt.Next() {
fmt.Println("value", storageIt.Value)
account.Storage[common.Bytes2Hex(storageIt.Key)] = common.Bytes2Hex(storageIt.Value)
}
world.Accounts[common.Bytes2Hex(it.Key)] = account