mirror of
https://github.com/Qortal/qortal.git
synced 2025-04-02 02:05:53 +00:00
Disable block signing on topOnly nodes. Minting rewards are still earned on topOnly for now.
This commit is contained in:
parent
4c52d6f0fc
commit
81cf46f5dd
@ -63,8 +63,8 @@ public class BlockMinter extends Thread {
|
|||||||
public void run() {
|
public void run() {
|
||||||
Thread.currentThread().setName("BlockMinter");
|
Thread.currentThread().setName("BlockMinter");
|
||||||
|
|
||||||
if (Settings.getInstance().isLite()) {
|
if (Settings.getInstance().isTopOnly() || Settings.getInstance().isLite()) {
|
||||||
// Lite nodes do not mint
|
// Top only and lite nodes do not sign blocks
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
if (Settings.getInstance().getWipeUnconfirmedOnStart()) {
|
if (Settings.getInstance().getWipeUnconfirmedOnStart()) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user