]> Git Repo - VerusCoin.git/commit - src/main.cpp
Do not use the redundant BestInvalidWork record in the block database.
authorPieter Wuille <[email protected]>
Sun, 13 Oct 2013 20:15:48 +0000 (22:15 +0200)
committerPieter Wuille <[email protected]>
Thu, 31 Oct 2013 23:54:28 +0000 (00:54 +0100)
commit85eb2cef33fcf3e5c785d54b172eb3e8f932e3cb
tree39a1d1c94bb791552ae8f9810767efedc3e84107
parentede3ee3348ecaeed04dec587171e732ebc0830fd
Do not use the redundant BestInvalidWork record in the block database.

As block index entries have a flag for marking invalid blocks, the
'best invalid work' information can be derived from there. In addition,
remove the global from main.h
src/main.cpp
src/main.h
src/txdb.cpp
src/txdb.h
This page took 0.025607 seconds and 4 git commands to generate.