flocore-node/integration
Braydon Fuller cadbc0a79d GetBlockIndex segmentation fault with genesis block
Fixes an bug where accessing `prevBlockIndex->phashBlock` for the
genesis block would cause a segmentation fault with an error of
"Cannot access memory at address 0x0". As the genesis block doesn't
have a previous hash, it will now set the "prevHash" to "null".
2015-09-16 09:23:13 -04:00
..
data gitignore, integration test, env 2015-09-11 10:58:52 -04:00
regtest-node.js Address History: Include count in response results. 2015-09-15 13:17:15 -04:00
regtest.js GetBlockIndex segmentation fault with genesis block 2015-09-16 09:23:13 -04:00