mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-18 13:17:55 +02:00
move-only: Move CBlockTreeDB to node/blockstorage
The block index (CBlockTreeDB) is required to write and read blocks, so move it to blockstorage. This allows to drop the txdb.h include from `node/blockstorage.h`. Can be reviewed with: --color-moved=dimmed-zebra --color-moved-ws=ignore-all-space
This commit is contained in:
parent
fa8685597e
commit
fa65111b99
6 changed files with 132 additions and 132 deletions
|
|
@ -63,6 +63,7 @@
|
|||
#include <functional>
|
||||
#include <stdexcept>
|
||||
|
||||
using kernel::CBlockTreeDB;
|
||||
using kernel::ValidationCacheSizes;
|
||||
using node::ApplyArgsManOptions;
|
||||
using node::BlockAssembler;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue