• obscuren's avatar
    Use the state instead of the state object directly. · 70f7a0be
    obscuren authored
    If a state gets reset and you still hold a pointer to the previous,
    incorrect, state object you'll operate on the wrong object. Using the
    state to set/get objects and attributes you won't have this problem
    since the state will always have the correct object.
    70f7a0be
Name
Last commit
Last update
ethchain Loading commit data...
ethcrypto Loading commit data...
ethdb Loading commit data...
ethlog Loading commit data...
ethminer Loading commit data...
ethpipe Loading commit data...
ethreact Loading commit data...
ethrpc Loading commit data...
ethstate Loading commit data...
ethtrie Loading commit data...
ethutil Loading commit data...
ethvm Loading commit data...
ethwire Loading commit data...
eventer Loading commit data...
pow/ar Loading commit data...
tests Loading commit data...
types Loading commit data...
websocket Loading commit data...
.gitignore Loading commit data...
.travis.yml Loading commit data...
LICENSE Loading commit data...
README.md Loading commit data...
block_pool.go Loading commit data...
ethereum.go Loading commit data...
nat.go Loading commit data...
natpmp.go Loading commit data...
natupnp.go Loading commit data...
peer.go Loading commit data...