Test
This commit is contained in:
@@ -788,12 +788,12 @@ int32_t komodo_check_deposit(int32_t height,const CBlock& block) // verify above
|
||||
}
|
||||
else if ( baseid == MXN )
|
||||
{
|
||||
if ( height == 1069 || height == 1048 || height == 1028 || height == 121 || height == 1027 )
|
||||
if ( height == 1069 || height == 1048 || height == 1028 || height == 121 || height == 1027 || height == 146 )
|
||||
return(0);
|
||||
}
|
||||
else if ( baseid == BRL )
|
||||
{
|
||||
if ( height == 972 || height == 943 || height == 922 || height == 118 || height == 920 )
|
||||
if ( height == 972 || height == 943 || height == 922 || height == 118 || height == 920 || height == 145 )
|
||||
return(0);
|
||||
}
|
||||
else if ( baseid == INR )
|
||||
@@ -808,7 +808,7 @@ int32_t komodo_check_deposit(int32_t height,const CBlock& block) // verify above
|
||||
}
|
||||
else if ( baseid == HKD )
|
||||
{
|
||||
if ( height == 1002 || height == 979 || height == 947 || height == 123 || height == 946 )
|
||||
if ( height == 1002 || height == 979 || height == 947 || height == 123 || height == 946 || height == 153 )
|
||||
return(0);
|
||||
}
|
||||
else if ( baseid == TRY )
|
||||
@@ -818,12 +818,12 @@ int32_t komodo_check_deposit(int32_t height,const CBlock& block) // verify above
|
||||
}
|
||||
else if ( baseid == NOK )
|
||||
{
|
||||
if ( height == 962 || height == 911 || height == 907 || height == 125 || height == 765 )
|
||||
if ( height == 962 || height == 911 || height == 907 || height == 125 || height == 765 || height == 150 )
|
||||
return(0);
|
||||
}
|
||||
else if ( baseid == ZAR )
|
||||
{
|
||||
if ( height == 956 || height == 937 || height == 906 || height == 905 )
|
||||
if ( height == 956 || height == 937 || height == 906 || height == 905 || height == 122 )
|
||||
return(0);
|
||||
}
|
||||
else if ( baseid == SEK )
|
||||
@@ -833,22 +833,22 @@ int32_t komodo_check_deposit(int32_t height,const CBlock& block) // verify above
|
||||
}
|
||||
else if ( baseid == CZK )
|
||||
{
|
||||
if ( height == 1079 || height == 1054 || height == 1032 || height == 121 || height == 1030 )
|
||||
if ( height == 1079 || height == 1054 || height == 1032 || height == 121 || height == 1030 || height == 182 )
|
||||
return(0);
|
||||
}
|
||||
else if ( baseid == HUF )
|
||||
{
|
||||
if ( height == 2378 || height == 2376 || height == 2371 || height == 1330 || height == 2326 )
|
||||
if ( height == 2378 || height == 2376 || height == 2371 || height == 1330 || height == 2326 || height == 1344 )
|
||||
return(0);
|
||||
}
|
||||
else if ( baseid == DKK )
|
||||
{
|
||||
if ( height == 1214 || height == 1186 || height == 1158 || height == 126 || height == 1156 )
|
||||
if ( height == 1214 || height == 1186 || height == 1158 || height == 126 || height == 1156 || height == 329 )
|
||||
return(0);
|
||||
}
|
||||
else if ( baseid == ILS )
|
||||
{
|
||||
if ( height == 1010 || height == 985 || height == 954 || height == 120 || height == 952 )
|
||||
if ( height == 1010 || height == 985 || height == 954 || height == 120 || height == 952 || height == 143 )
|
||||
return(0);
|
||||
}
|
||||
else if ( baseid == MYR )
|
||||
@@ -863,7 +863,7 @@ int32_t komodo_check_deposit(int32_t height,const CBlock& block) // verify above
|
||||
}
|
||||
else if ( baseid == KRW )
|
||||
{
|
||||
if ( height == 1010 || height == 950 || height == 916 || height == 138 || height == 914 )
|
||||
if ( height == 1010 || height == 950 || height == 916 || height == 138 || height == 914 || height == 140 )
|
||||
return(0);
|
||||
}
|
||||
else if ( baseid == RON )
|
||||
|
||||
Reference in New Issue
Block a user