From 76b9b8b8081ff4a2dddc112d99a70d11912128ec Mon Sep 17 00:00:00 2001 From: jl777 Date: Fri, 17 Mar 2017 04:12:24 +0200 Subject: [PATCH] Test --- src/komodo.h | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/src/komodo.h b/src/komodo.h index aeb055f87..bdb692d09 100644 --- a/src/komodo.h +++ b/src/komodo.h @@ -427,11 +427,8 @@ int32_t komodo_voutupdate(int32_t *isratificationp,int32_t notaryid,uint8_t *scr } else if ( i == 0 && j == 1 && opretlen == 149 ) { - if ( signedmask != 0 ) //notaryid >= 0 && notaryid < 64 ) - { - printf("pricefeed.%llx\n",(long long)signedmask); + if ( notaryid >= 0 && notaryid < 64 ) komodo_paxpricefeed(height,&scriptbuf[len],opretlen); - } else printf("ht.%d null signedmask for pricefeed?\n",height); } else {