Directly call longestchain()

This commit is contained in:
jl777
2018-04-26 23:30:27 +03:00
parent 4875678883
commit b32a9f1a5f
2 changed files with 4 additions and 4 deletions

View File

@@ -1340,7 +1340,7 @@ void komodo_passport_iteration()
if ( komodo_chainactive_timestamp() > lastinterest )
{
komodo_interestsum();
komodo_paxtotal(); // calls komodo_isrealtime(), which calls komodo_longestchain()
komodo_longestchain();
lastinterest = komodo_chainactive_timestamp();
}
refsp = komodo_stateptr(symbol,dest);