From 5135f3f49fa6a5c4595d0a45ad24ee42fd0bf691 Mon Sep 17 00:00:00 2001 From: jl777 Date: Wed, 12 Sep 2018 07:40:20 -1100 Subject: [PATCH] Test --- src/cc/dapps/oraclefeed.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/cc/dapps/oraclefeed.c b/src/cc/dapps/oraclefeed.c index 7c0dd953b..b944182dc 100644 --- a/src/cc/dapps/oraclefeed.c +++ b/src/cc/dapps/oraclefeed.c @@ -458,6 +458,7 @@ cJSON *get_gatewayspending(char *acname,char *oraclestxidstr,char *coin) cJSON *retjson; char *retstr; if ( (retjson= get_komodocli(&retstr,acname,"gatewayspending",oraclestxidstr,coin,"")) != 0 ) { + printf("pending.(%s)\n",jprint(retjson,0)); return(retjson); } else if ( retstr != 0 ) @@ -625,7 +626,7 @@ void update_gatewayspending(char *acname,char *oraclestxidstr,char *coin) } else { - fprintf(stderr,"ERROR withdraw %s %s %s %.8f processed\n",coin,bits256_str(str,withtxid),withaddr,(double)satoshis/SATOSHIDEN); + fprintf(stderr,"ERROR withdraw %s %s %s %.8f processed\n",coin,bits256_str(str,withtxid),withdrawaddr,(double)satoshis/SATOSHIDEN); } } }