diff options
Diffstat (limited to 'src/index')
-rw-r--r-- | src/index/coinstatsindex.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/index/coinstatsindex.cpp b/src/index/coinstatsindex.cpp index 666eb4fdb0..687e330fe0 100644 --- a/src/index/coinstatsindex.cpp +++ b/src/index/coinstatsindex.cpp @@ -14,8 +14,9 @@ using kernel::CCoinsStats; using kernel::GetBogoSize; -using node::ReadBlockFromDisk; using kernel::TxOutSer; + +using node::ReadBlockFromDisk; using node::UndoReadFromDisk; static constexpr uint8_t DB_BLOCK_HASH{'s'}; |