diff --git a/src/bitcoin-chainstate.cpp b/src/bitcoin-chainstate.cpp index 72e783c52..4db30dcc7 100644 --- a/src/bitcoin-chainstate.cpp +++ b/src/bitcoin-chainstate.cpp @@ -1,296 +1,299 @@ // Copyright (c) 2022 The Bitcoin Core developers // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. // // The bitcoin-chainstate executable serves to surface the dependencies required // by a program wishing to use Bitcoin ABC's consensus engine as it is right // now. // // DEVELOPER NOTE: Since this is a "demo-only", experimental, etc. executable, // it may diverge from Bitcoin ABC's coding style. // // It is part of the libbitcoinkernel project. #include #include #include #include #include #include #include #include #include #include #include