-komodo_interestsum() for non-KMD

This commit is contained in:
jl777
2018-11-08 19:42:44 -11:00
parent c0a342250e
commit b7a556e838
3 changed files with 4 additions and 3 deletions

View File

@@ -1380,7 +1380,8 @@ void komodo_passport_iteration()
}
if ( komodo_chainactive_timestamp() > lastinterest )
{
komodo_interestsum();
if ( ASSETCHAINS_SYMBOL[0] == 0 )
komodo_interestsum();
komodo_longestchain();
lastinterest = komodo_chainactive_timestamp();
}