test
This commit is contained in:
@@ -90,10 +90,11 @@ uint64_t komodo_interest(int32_t txheight,uint64_t nValue,uint32_t nLockTime,uin
|
||||
(txheight == 155492 && nValue == 3983427592291LL) ||
|
||||
(txheight == 155613 && nValue == 9997409999999797LL) ||
|
||||
(txheight == 157927 && nValue == 9997410667451072LL) ||
|
||||
(txheight == 155613 && nValue == 2590000000000LL)
|
||||
(txheight == 155613 && nValue == 2590000000000LL) ||
|
||||
(txheight == 155949 && nValue == 4000000000000LL) )
|
||||
exception = 1;
|
||||
printf(">>>>>>>>>>>> exception.%d txheight.%d %.8f locktime %u vs tiptime %u <<<<<<<<<\n",exception,txheight,(double)nValue/COIN,nLockTime,tiptime);
|
||||
if ( exception == 0 )
|
||||
printf(">>>>>>>>>>>> exception.%d txheight.%d %.8f locktime %u vs tiptime %u <<<<<<<<<\n",exception,txheight,(double)nValue/COIN,nLockTime,tiptime);
|
||||
}
|
||||
if ( exception == 0 )
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user