diff options
Diffstat (limited to 'src/dogecoin.h')
| -rw-r--r-- | src/dogecoin.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/dogecoin.h b/src/dogecoin.h index 40766fe36..3bc63635d 100644 --- a/src/dogecoin.h +++ b/src/dogecoin.h @@ -18,4 +18,5 @@ unsigned int CalculateDogecoinNextWorkRequired(const CBlockIndex* pindexLast, in */ bool CheckAuxPowProofOfWork(const CBlockHeader& block, const Consensus::Params& params); -int64_t GetDogecoinDustFee(const std::vector<CTxOut> &vout, CFeeRate &baseFeeRate); +CAmount GetDogecoinMinRelayFee(const CTransaction& tx, unsigned int nBytes, bool fAllowFree); +CAmount GetDogecoinDustFee(const std::vector<CTxOut> &vout, CFeeRate &baseFeeRate); |