We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2ae8196 + d66736f commit 542c36cCopy full SHA for 542c36c
src/public_settings.h
@@ -87,12 +87,12 @@ static_assert(AUTO_FORCE_NEXT_TICK_THRESHOLD* TARGET_TICK_DURATION >= PEER_REFRE
87
// Config options that should NOT be changed by operators
88
89
#define VERSION_A 1
90
-#define VERSION_B 281
+#define VERSION_B 282
91
#define VERSION_C 0
92
93
// Epoch and initial tick for node startup
94
-#define EPOCH 203
95
-#define TICK 45233000
+#define EPOCH 204
+#define TICK 45693000
96
#define TICK_IS_FIRST_TICK_OF_EPOCH 1 // Set to 0 if the network is restarted during the EPOCH with a new initial TICK
97
98
#define ARBITRATOR "AFZPUAIYVPNUYGJRQVLUKOPPVLHAZQTGLYAAUUNBXFTVTAMSBKQBLEIEPCVJ"
0 commit comments