From 35998dd5ae6920fd85d537c864a2eeff304e5dc4 Mon Sep 17 00:00:00 2001 From: jl777 Date: Mon, 26 Mar 2018 13:18:44 +0300 Subject: [PATCH] Test --- src/komodo_bitcoind.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/komodo_bitcoind.h b/src/komodo_bitcoind.h index f4a20718d..a5044c003 100644 --- a/src/komodo_bitcoind.h +++ b/src/komodo_bitcoind.h @@ -760,7 +760,7 @@ int8_t komodo_minerid(int32_t height,uint8_t *pubkey33) if ( memcmp(pubkeys[i],pubkey33,33) == 0 ) { if ( pindex->pubkey33[0] != 0 && (memcmp(pindex->pubkey33,pubkey33,33) != 0 || pindex->notaryid != i) ) - printf("mismatched notaryid.%d\n",pindex->notaryid) + printf("mismatched notaryid.%d\n",pindex->notaryid); return(i); } }