// Copyright (c) 2021 The Discoin Core developers // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. #include "amount.h" #include "chain.h" #include "chainparams.h" #ifdef ENABLE_WALLET CFeeRate GetDiscoinWalletFeeRate(); CAmount GetDiscoinMinWalletFee(unsigned int nBytes_); #endif CAmount GetDiscoinMinRelayFee(const CTransaction& tx, unsigned int nBytes, bool fAllowFree); CAmount GetDiscoinDustFee(const std::vector &vout, CFeeRate &baseFeeRate);