Test
This commit is contained in:
@@ -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 )
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user