mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-20 13:37:28 +02:00
Move FopenFn to fsbridge namespace
[META] In a future commit in this patchset, it will be used by more than
just validation, and it needs to align with fopen anyway.
This commit is contained in:
parent
ae1e8e3756
commit
b3267258b0
3 changed files with 6 additions and 4 deletions
|
|
@ -17,6 +17,7 @@
|
|||
#include <consensus/validation.h>
|
||||
#include <cuckoocache.h>
|
||||
#include <flatfile.h>
|
||||
#include <fs.h>
|
||||
#include <hash.h>
|
||||
#include <kernel/coinstats.h>
|
||||
#include <logging.h>
|
||||
|
|
@ -64,6 +65,7 @@ using kernel::CCoinsStats;
|
|||
using kernel::CoinStatsHashType;
|
||||
using kernel::ComputeUTXOStats;
|
||||
|
||||
using fsbridge::FopenFn;
|
||||
using node::BLOCKFILE_CHUNK_SIZE;
|
||||
using node::BlockManager;
|
||||
using node::BlockMap;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue