diff options
| author | Wladimir J. van der Laan <[email protected]> | 2016-04-05 15:14:48 +0200 |
|---|---|---|
| committer | Wladimir J. van der Laan <[email protected]> | 2016-04-15 17:48:38 +0200 |
| commit | 99e70751f23aa59ac297f6746dd8f09a140d48ae (patch) | |
| tree | 2be46a38d1150ab1a07ba6871931194661464f0f /src/netbase.cpp | |
| parent | Merge #7603: Build System: Use PACKAGE_TARNAME in NSIS script (diff) | |
| download | discoin-99e70751f23aa59ac297f6746dd8f09a140d48ae.tar.xz discoin-99e70751f23aa59ac297f6746dd8f09a140d48ae.zip | |
Break circular dependency main ↔ txdb
Break the circular dependency between main and txdb by:
- Moving `CBlockFileInfo` from `main.h` to `chain.h`. I think this makes
sense, as the other block-file stuff is there too.
- Moving `CDiskTxPos` from `main.h` to `txdb.h`. This type seems
specific to txdb.
- Pass a functor `insertBlockIndex` to `LoadBlockIndexGuts`. This leaves
it up to the caller how to insert block indices.
Diffstat (limited to 'src/netbase.cpp')
0 files changed, 0 insertions, 0 deletions