Closed
Description
Using geth built from develop: in the console, admin.dumpBlock() shows this account and storage exists:
c17364ccff7dbe6006497b9e5284c41c653b0fc8: {
Balance: '10',
Nonce: 0,
Root: '275d689ae4899d1f5487644614def6d00cd13efdd3938b5ccfa450aa49bcddf5',
CodeHash: '2be56914565bc47f6dd2e703fae402207aad33d72e3ab2f1bd78626f690d7ff5',
Storage: {
0000000000000000000000000000000000000000000000000000000000000000: '01',
0000000000000000000000000000000000000000000000000000000000000002: '01'
0000000000000000000000000000000000000000000000000000000000000001: '01',
}
}
But running web3.eth.getStorageAt('0xc17364ccff7dbe6006497b9e5284c41c653b0fc8', 0) returns
2015/03/31 12:55:43 [RPC] eth_getStorageAt ["0x307863313733363463636666376462653630303634393762396535323834633431633635336230666338","0x0","latest"]
'0x0'