This commit is contained in:
jl777
2016-12-15 10:45:10 +02:00
parent 6cd0105666
commit 05654b62c4
2 changed files with 0 additions and 3 deletions

View File

@@ -284,7 +284,6 @@ void komodo_stateupdate(int32_t height,uint8_t notarypubs[][33],uint8_t numnotar
errs++;
//komodo_eventadd_utxo(sp,symbol,height,notaryid,txhash,voutmask,numvouts);
}
//#ifdef KOMODO_PAX
else if ( pvals != 0 && numpvals > 0 )
{
int32_t i,nonz = 0;
@@ -304,7 +303,6 @@ void komodo_stateupdate(int32_t height,uint8_t notarypubs[][33],uint8_t numnotar
}
//printf("save pvals height.%d numpvals.%d\n",height,numpvals);
}
//#endif
else if ( height != 0 )
{
//printf("ht.%d func N ht.%d errs.%d\n",height,NOTARIZED_HEIGHT,errs);

View File

@@ -551,7 +551,6 @@ CBlockTreeDB *pblocktree = NULL;
// Komodo globals
#define KOMODO_PAX
#define KOMODO_ZCASH
#include "komodo.h"