diff options
author | Carl Dong <contact@carldong.me> | 2022-02-17 22:02:48 -0500 |
---|---|---|
committer | Carl Dong <contact@carldong.me> | 2022-05-23 14:53:35 -0400 |
commit | faa52387e8e4856445b1cfc9b5e072ce8f690f36 (patch) | |
tree | 5af078d42ac16aca0ca6d436b96ac3a3585e760c /src/index | |
parent | f329a9298c06ffe74b9e9fbc07bfe6d282fef9cb (diff) |
style-only: Rearrange using decls after scripted-diff
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'}; |