Skip to content

Commit

Permalink
-nominting command line parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
backpacker69 committed Nov 3, 2017
1 parent 7147c3b commit eced813
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -5214,6 +5214,8 @@ void BitcoinMiner(CWallet *pwallet, bool fProofOfStake)
}
strMintWarning = "";

if (GetBoolArg("-nominting"))
return;
//
// Create new block
//
Expand Down

0 comments on commit eced813

Please sign in to comment.