From 05654b62c4da4aa9c4e1359d1640b1c0cb1bbf64 Mon Sep 17 00:00:00 2001 From: jl777 Date: Thu, 15 Dec 2016 10:45:10 +0200 Subject: [PATCH] test --- src/komodo.h | 2 -- src/main.cpp | 1 - 2 files changed, 3 deletions(-) diff --git a/src/komodo.h b/src/komodo.h index b6aaa4c2d..8e84a6e02 100644 --- a/src/komodo.h +++ b/src/komodo.h @@ -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); diff --git a/src/main.cpp b/src/main.cpp index 338bed053..f24cfedbd 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -551,7 +551,6 @@ CBlockTreeDB *pblocktree = NULL; // Komodo globals -#define KOMODO_PAX #define KOMODO_ZCASH #include "komodo.h"