From e1e4bc52772c2061cc9c6d8c8501bb8a85ab6460 Mon Sep 17 00:00:00 2001 From: jl777 Date: Sat, 10 Nov 2018 08:59:27 -1100 Subject: [PATCH] Fix --- src/komodo_bitcoind.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/komodo_bitcoind.h b/src/komodo_bitcoind.h index 43f8230b7..ddaea9460 100644 --- a/src/komodo_bitcoind.h +++ b/src/komodo_bitcoind.h @@ -1495,6 +1495,7 @@ int64_t komodo_checkcommission(CBlock *pblock,int32_t height) matched = 2; if ( matched == 0 ) { + int32_t i; for (i=0; i<25; i++) fprintf(stderr,"%02x",script[i]); fprintf(stderr," payment to wrong pubkey scriptlen.%d\n",scriptlen);