]> Git Repo - VerusCoin.git/commitdiff
Test
authorjl777 <[email protected]>
Wed, 12 Sep 2018 18:40:20 +0000 (07:40 -1100)
committerjl777 <[email protected]>
Wed, 12 Sep 2018 18:40:20 +0000 (07:40 -1100)
src/cc/dapps/oraclefeed.c

index 7c0dd953b6c8ca8f261cc6b737d8ba8b9c9fc337..b944182dc76b28013850b2077fe8e5bf7c7412f4 100644 (file)
@@ -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);
                                 }
                             }
                         }
This page took 0.027232 seconds and 4 git commands to generate.