Updating code
reviving this project
This commit is contained in:
+9
-7
@@ -1,14 +1,16 @@
|
||||
// Copyright (c) 2009-2010 Satoshi Nakamoto
|
||||
// Copyright (c) 2009-2014 The Bitcoin developers
|
||||
// Copyright (c) 2016-2018 The PIVX developers
|
||||
// Copyright (c) 2026 Agrarian Developers
|
||||
// Distributed under the MIT/X11 software license, see the accompanying
|
||||
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
|
||||
|
||||
#ifndef BITCOIN_MINER_H
|
||||
#define BITCOIN_MINER_H
|
||||
|
||||
#include <stdint.h>
|
||||
|
||||
#ifndef AGRARIAN_BITCOIN_MINER_H
|
||||
#define AGRARIAN_BITCOIN_MINER_H
|
||||
#include <cstdint>
|
||||
#include <std::string>
|
||||
#include <std::vector>
|
||||
#include <memory>
|
||||
#include <utility>
|
||||
class CBlock;
|
||||
class CBlockHeader;
|
||||
class CBlockIndex;
|
||||
@@ -33,4 +35,4 @@ void BitcoinMiner(CWallet* pwallet, bool fProofOfStake);
|
||||
extern double dHashesPerSec;
|
||||
extern int64_t nHPSTimerStart;
|
||||
|
||||
#endif // BITCOIN_MINER_H
|
||||
#endif // AGRARIAN_BITCOIN_MINER_H
|
||||
Reference in New Issue
Block a user