Skip to content

Commit

Permalink
Update net.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
zcore-dev committed Nov 9, 2019
1 parent a58287c commit 0f60d09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/net.cpp
Expand Up @@ -1771,7 +1771,7 @@ void StartNode(boost::thread_group& threadGroup, CScheduler& scheduler)
scheduler.scheduleEvery(&DumpData, DUMP_ADDRESSES_INTERVAL);

// ppcoin:mint proof-of-stake blocks in the background
if (GetBoolArg("-staking", true))
if (GetBoolArg("-staking", false))
threadGroup.create_thread(boost::bind(&TraceThread<void (*)()>, "stakemint", &ThreadStakeMinter));
}

Expand Down

0 comments on commit 0f60d09

Please sign in to comment.