Skip to content

Commit 542c36c

Browse files
committed
Merge branch 'develop' of https://github.com/qubic/core into develop
2 parents 2ae8196 + d66736f commit 542c36c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/public_settings.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -87,12 +87,12 @@ static_assert(AUTO_FORCE_NEXT_TICK_THRESHOLD* TARGET_TICK_DURATION >= PEER_REFRE
8787
// Config options that should NOT be changed by operators
8888

8989
#define VERSION_A 1
90-
#define VERSION_B 281
90+
#define VERSION_B 282
9191
#define VERSION_C 0
9292

9393
// Epoch and initial tick for node startup
94-
#define EPOCH 203
95-
#define TICK 45233000
94+
#define EPOCH 204
95+
#define TICK 45693000
9696
#define TICK_IS_FIRST_TICK_OF_EPOCH 1 // Set to 0 if the network is restarted during the EPOCH with a new initial TICK
9797

9898
#define ARBITRATOR "AFZPUAIYVPNUYGJRQVLUKOPPVLHAZQTGLYAAUUNBXFTVTAMSBKQBLEIEPCVJ"

0 commit comments

Comments
 (0)