Skip to content

Commit fc9ec37

Browse files
presstabFuzzbawls
authored andcommitted
Lower stake hashdrift to 30 seconds.
Lower the hash drift which should reduce the amount of orphans. Github-Pull: #617 Rebased-From: 4c862f2
1 parent 9700322 commit fc9ec37

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/kernel.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -315,7 +315,7 @@ bool Stake(CStakeInput* stakeInput, unsigned int nBits, unsigned int nTimeBlockF
315315
bool fSuccess = false;
316316
unsigned int nTryTime = 0;
317317
int nHeightStart = chainActive.Height();
318-
int nHashDrift = 45;
318+
int nHashDrift = 30;
319319
CDataStream ssUniqueID = stakeInput->GetUniqueness();
320320
CAmount nValueIn = stakeInput->GetValue();
321321
for (int i = 0; i < nHashDrift; i++) //iterate the hashing

0 commit comments

Comments
 (0)