From 2d868edf6827dc01f32f218abb88f4d0b943365e Mon Sep 17 00:00:00 2001 From: jl777 Date: Wed, 23 Nov 2016 12:41:15 -0300 Subject: [PATCH] test --- src/komodo_utils.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/komodo_utils.h b/src/komodo_utils.h index 397ce3499..941a046c3 100644 --- a/src/komodo_utils.h +++ b/src/komodo_utils.h @@ -1431,7 +1431,7 @@ char *iguanafmtstr = (char *)"curl --url \"http://127.0.0.1:7778\" --data \"{\\\ int32_t komodo_whoami(char *pubkeystr,int32_t height) { - int32_t i,notaryid; uint8_t + int32_t i,notaryid; for (i=0; i<33; i++) sprintf(&pubkeystr[i<<1],NOTARY_PUBKEY33[i]); pubkeystr[66] = 0;