We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 07e919d commit a202da0Copy full SHA for a202da0
1 file changed
src/public_settings.h
@@ -66,12 +66,12 @@ static_assert(AUTO_FORCE_NEXT_TICK_THRESHOLD* TARGET_TICK_DURATION >= PEER_REFRE
66
// Config options that should NOT be changed by operators
67
68
#define VERSION_A 1
69
-#define VERSION_B 276
+#define VERSION_B 277
70
#define VERSION_C 0
71
72
// Epoch and initial tick for node startup
73
-#define EPOCH 198
74
-#define TICK 43101000
+#define EPOCH 199
+#define TICK 43493000
75
#define TICK_IS_FIRST_TICK_OF_EPOCH 1 // Set to 0 if the network is restarted during the EPOCH with a new initial TICK
76
77
#define ARBITRATOR "AFZPUAIYVPNUYGJRQVLUKOPPVLHAZQTGLYAAUUNBXFTVTAMSBKQBLEIEPCVJ"
0 commit comments