Skip to content

Commit 2d398ef

Browse files
try to presetup up to 1475201
1 parent be68200 commit 2d398ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/masternode.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -251,7 +251,7 @@ void CMasternode::Check(bool forceCheck)
251251

252252
block_height = BlockReading->nHeight;
253253

254-
if(block_height >= 475201) // Postpone to v2.1.0.0
254+
if(block_height >= 1475201) // Postpone to v2.2.0.0
255255

256256
threads.create_thread(boost::bind(&CMasternode::CheckStorADEport, this));
257257
}

0 commit comments

Comments
 (0)