diff options
Diffstat (limited to 'src/dogecoin.h')
| -rw-r--r-- | src/dogecoin.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/dogecoin.h b/src/dogecoin.h index e466d1e98..3bc63635d 100644 --- a/src/dogecoin.h +++ b/src/dogecoin.h @@ -17,3 +17,6 @@ unsigned int CalculateDogecoinNextWorkRequired(const CBlockIndex* pindexLast, in * @return True iff the PoW is correct. */ bool CheckAuxPowProofOfWork(const CBlockHeader& block, const Consensus::Params& params); + +CAmount GetDogecoinMinRelayFee(const CTransaction& tx, unsigned int nBytes, bool fAllowFree); +CAmount GetDogecoinDustFee(const std::vector<CTxOut> &vout, CFeeRate &baseFeeRate); |