From d50df5c9ca578eecd6caf5d6b21389f136193292 Mon Sep 17 00:00:00 2001 From: jl777 Date: Mon, 31 Oct 2016 12:59:25 -0300 Subject: [PATCH] test --- iguana/dpow/dpow_rpc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/iguana/dpow/dpow_rpc.c b/iguana/dpow/dpow_rpc.c index 79b0196be..0e265454a 100755 --- a/iguana/dpow/dpow_rpc.c +++ b/iguana/dpow/dpow_rpc.c @@ -20,7 +20,7 @@ int32_t komodo_notaries(uint8_t pubkeys[64][33],int32_t kmdheight) { if ( coin->FULLNODE < 0 ) { - sprintf(params,"[%d]",kmdheight); + sprintf(params,"[\"%d\"]",kmdheight); if ( (retstr= bitcoind_passthru(coin->symbol,coin->chain->serverport,coin->chain->userpass,"notaries",params)) != 0 ) { if ( (retjson= cJSON_Parse(retstr)) != 0 )