From 8e2831a86eefafc3eed3108c8d24fb9c44b9fcdd Mon Sep 17 00:00:00 2001 From: jl777 Date: Fri, 21 Oct 2016 09:06:28 -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 b60c477c5..e4cfa9b32 100644 --- a/src/komodo.h +++ b/src/komodo.h @@ -289,7 +289,7 @@ int32_t komodo_chosennotary(int32_t *notaryidp,int32_t height,uint8_t *pubkey33) } int32_t i; for (i=0; i<33; i++) printf("%02x",pubkey33[i]); - printf(" ht.%d notary.%d special.%d\n",height,notaryid,modval); + printf(" ht.%d notary.%d special.%d\n",height,*notaryidp,modval); return(modval); }