Skip to content

Commit e7792a3

Browse files
start storade in v2.1.4.0
1 parent 2d398ef commit e7792a3

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 >= 1475201) // Postpone to v2.2.0.0
254+
if(block_height >= 0) // Start storADE in v2.1.4.0
255255

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

0 commit comments

Comments
 (0)