test
This commit is contained in:
@@ -19,6 +19,8 @@
|
||||
// Todo: handle reorg: clear all entries above reorged height
|
||||
|
||||
#define KOMODO_TESTNET_EXPIRATION 60000
|
||||
//#define KOMODO_ENABLE_INTEREST enabling this is a hardfork
|
||||
|
||||
#define KOMODO_SOURCE "KMD"
|
||||
#define KOMODO_PAX
|
||||
|
||||
@@ -111,7 +113,7 @@ int32_t komodo_stateupdate(int32_t height,uint8_t notarypubs[][33],uint8_t numno
|
||||
if ( numpvals*sizeof(uint32_t) <= sizeof(pvals) && fread(pvals,sizeof(uint32_t),numpvals,fp) == numpvals )
|
||||
{
|
||||
komodo_pvals(ht,pvals,numpvals);
|
||||
printf("load pvals ht.%d numpvals.%d\n",ht,numpvals);
|
||||
//printf("load pvals ht.%d numpvals.%d\n",ht,numpvals);
|
||||
} else printf("error loading pvals[%d]\n",numpvals);
|
||||
}
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user