This commit is contained in:
jl777
2017-10-09 17:41:16 +03:00
parent 4a4a29e788
commit 2934460ce3
3 changed files with 8 additions and 8 deletions

View File

@@ -1365,12 +1365,12 @@ void komodo_passport_iteration()
if ( ASSETCHAINS_SYMBOL[0] == 0 )
{
refid = 33;
limit = 1000000;
limit = 10000000;
jumblr_iteration();
}
else
{
limit = 10000;
limit = 10000000;
refid = komodo_baseid(ASSETCHAINS_SYMBOL)+1; // illegal base -> baseid.-1 -> 0
if ( refid == 0 )
{