From 729de8bfdcd831c46eeb56e62f48179a24a47e03 Mon Sep 17 00:00:00 2001 From: jl777 Date: Thu, 4 Jul 2019 02:02:03 -1100 Subject: [PATCH] Syntax --- src/komodo_nSPV.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/komodo_nSPV.h b/src/komodo_nSPV.h index 4604b7bfe..4272ee2f0 100644 --- a/src/komodo_nSPV.h +++ b/src/komodo_nSPV.h @@ -1015,7 +1015,7 @@ UniValue NSPV_hdrsproof(int32_t prevheight,int32_t nextheight) int32_t z; for (z=0; z<9; z++) fprintf(stderr,"%02x",msg[z]); - fprintf(stderr," -> prevht.%d nextht.%d\n",prevht,nextht); + fprintf(stderr," -> prevht.%d nextht.%d\n",prevheight,nextheight); } if ( NSPV_req(0,msg,len,NODE_NSPV,msg[0]>>1) != 0 )