From 1ac1cda04c481c976989d5eb102d505adbe4991c Mon Sep 17 00:00:00 2001 From: jl777 Date: Wed, 26 Oct 2016 14:15:25 -0300 Subject: [PATCH] test --- src/komodo.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/komodo.h b/src/komodo.h index 808c098c9..740fac6fd 100644 --- a/src/komodo.h +++ b/src/komodo.h @@ -57,7 +57,7 @@ void komodo_stateupdate(int32_t height,uint8_t notarypubs[][33],uint8_t numnotar { if ( fread(&ht,1,sizeof(ht),fp) != sizeof(ht) ) errs++; - //printf("func.(%d %c) ht.%d\n",func,func,ht); + printf("func.(%d %c) ht.%d\n",func,func,ht); if ( func == 'P' ) { if ( (num= fgetc(fp)) < 64 )