#ifndef LBRY_H #define LBRY_H #include #include unsigned int CalculateLbryNextWorkRequired(const CBlockIndex* pindexLast, int64_t nLastRetargetTime, const Consensus::Params& params); #endif