We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c76e4c6 + 68882ee commit 7944a6cCopy full SHA for 7944a6c
src/cryptonote_core/master_node_rules.h
@@ -61,7 +61,7 @@ namespace master_nodes {
61
return result;
62
}
63
64
- constexpr uint64_t POS_MAX_ROUNDS_BEFORE_NETWORK_STALLED = 225; // Disable POS and re-allow PoW
+ constexpr uint64_t POS_MAX_ROUNDS_BEFORE_NETWORK_STALLED = 255; // Disable POS and re-allow PoW
65
66
// Master node decommissioning: as master nodes stay up they earn "credits" (measured in blocks)
67
// towards a future outage. A new master node starts out with INITIAL_CREDIT, and then builds up
0 commit comments