Changes for most chain power rule
This commit is contained in:
@@ -1494,7 +1494,7 @@ void komodo_passport_iteration()
|
||||
komodo_statefname(fname,baseid<32?base:(char *)"",(char *)"realtime");
|
||||
if ( (fp= fopen(fname,"wb")) != 0 )
|
||||
{
|
||||
buf[0] = (uint32_t)chainActive.LastTip()->nHeight;
|
||||
buf[0] = (uint32_t)chainActive.LastTip()->GetHeight();
|
||||
buf[1] = (uint32_t)komodo_longestchain();
|
||||
if ( buf[0] != 0 && buf[0] == buf[1] )
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user