From 014ee08905b43e9f3f5fe877ac4c167b88cb5617 Mon Sep 17 00:00:00 2001 From: jl777 Date: Thu, 4 Jul 2019 23:22:44 -1100 Subject: [PATCH] Items --- 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 5b9e8eca0..b8bb5da2f 100644 --- a/src/komodo_nSPV.h +++ b/src/komodo_nSPV.h @@ -988,7 +988,7 @@ UniValue NSPV_login(char *wifstr) UniValue NSPV_getinfo_json() { - uint8_t msg[64]; int32_t i,len = 0; struct NSPV_inforesp I; + uint8_t msg[64]; int32_t i,iters,len = 0; struct NSPV_inforesp I; NSPV_inforesp_purge(&NSPV_inforesult); msg[len++] = NSPV_INFO; for (iters=0; iters<3; iters++)