Skip to content

Commit 0ae4200

Browse files
committed
fixed port numbers at docker
1 parent ce02c74 commit 0ae4200

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/kernel/chainparams.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -154,8 +154,8 @@ class CAlphaMainParams : public CChainParams {
154154
//height at which RandomX hashing starts
155155
consensus.RandomXHeight = 70228;
156156

157-
//Enforce RandomX only after August 03, 2025 04:00 UTC
158-
const int RandomXEnforcementHeight = 305535;
157+
//Enforce RandomX only after July 31, 2025 00:00 UTC
158+
const int RandomXEnforcementHeight = 303271;
159159
consensus.RandomXEnforcementHeight = RandomXEnforcementHeight;
160160

161161
//Multipler when SHA256D switches to RandomX;

0 commit comments

Comments
 (0)