Skip to content

Commit 7944a6c

Browse files
authored
Merge pull request #89 from Beldex-Coin/dev
Dev
2 parents c76e4c6 + 68882ee commit 7944a6c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cryptonote_core/master_node_rules.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ namespace master_nodes {
6161
return result;
6262
}
6363

64-
constexpr uint64_t POS_MAX_ROUNDS_BEFORE_NETWORK_STALLED = 225; // Disable POS and re-allow PoW
64+
constexpr uint64_t POS_MAX_ROUNDS_BEFORE_NETWORK_STALLED = 255; // Disable POS and re-allow PoW
6565

6666
// Master node decommissioning: as master nodes stay up they earn "credits" (measured in blocks)
6767
// towards a future outage. A new master node starts out with INITIAL_CREDIT, and then builds up

0 commit comments

Comments
 (0)