Skip to content

Commit

Permalink
Move bool
Browse files Browse the repository at this point in the history
  • Loading branch information
Bushstar committed Aug 1, 2019
1 parent c0f4d93 commit 9558b4d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 2 additions & 0 deletions src/miner.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,8 @@ uint64_t nLastBlockSize = 0;
uint64_t nLastBlockWeight = 0;
uint64_t nLastCoinStakeSearchInterval = 0;

static bool fStaking;

class ScoreCompare
{
public:
Expand Down
1 change: 0 additions & 1 deletion src/miner.h
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ class CWallet;
namespace Consensus { struct Params; };

static const bool DEFAULT_PRINTPRIORITY = false;
static bool fStaking;
extern uint64_t nLastCoinStakeSearchInterval;

struct CBlockTemplate
Expand Down

0 comments on commit 9558b4d

Please sign in to comment.