Changes for most chain power rule
This commit is contained in:
@@ -648,7 +648,7 @@ void jumblr_iteration()
|
||||
free(retstr);
|
||||
}
|
||||
}
|
||||
height = (int32_t)chainActive.LastTip()->nHeight;
|
||||
height = (int32_t)chainActive.LastTip()->GetHeight();
|
||||
if ( time(NULL) < lasttime+40 )
|
||||
return;
|
||||
lasttime = (uint32_t)time(NULL);
|
||||
|
||||
Reference in New Issue
Block a user