/* * This file is part of the Flowee project * Copyright (c) 2009-2010 Satoshi Nakamoto * Copyright (c) 2009-2015 The Bitcoin Core developers * Copyright (C) 2016, 2018 Tom Zander * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ #include "Application.h" #include #include #include #include "primitives/FastBlock.h" #include "streaming/BufferPool.h" #include "serialize.h" #include "encodings_legacy.h" #include "miner.h" #include #include "amount.h" #include "Application.h" #include "chain.h" #include "chainparams.h" #include "consensus/consensus.h" #include #include "consensus/validation.h" #include "hash.h" #include "main.h" #include "net.h" #include "policy/policy.h" #include "pow.h" #include "primitives/transaction.h" #include "script/standard.h" #include "timedata.h" #include "txmempool.h" #include "util.h" #include "utilmoneystr.h" #include "validationinterface.h" #include "utilstrencodings.h" #include #include #include