]> Git Repo - VerusCoin.git/commitdiff
test
authorjl777 <[email protected]>
Mon, 21 Nov 2016 15:27:43 +0000 (12:27 -0300)
committerjl777 <[email protected]>
Mon, 21 Nov 2016 15:27:43 +0000 (12:27 -0300)
src/komodo_gateway.h

index 5ee767cc7015889c73b7034619abb3da7bebaa3a..522cbf3a34b28796d4828ce964f6d5216110064d 100644 (file)
@@ -416,11 +416,7 @@ const char *komodo_opreturn(int32_t height,uint64_t value,uint8_t *opretbuf,int3
             {
                 printf("notarize %s %.8f -> %.8f kmd.%d other.%d\n",ASSETCHAINS_SYMBOL,dstr(value),dstr(komodoshis),kmdheight,height);
             }
-            else
-            {
-                printf(" %.8f -> %s withdraw already there\n",dstr(value),coinaddr);
-                komodo_gateway_deposit(coinaddr,komodoshis,(char *)"KMD",value,rmd160,txid,vout,kmdheight,height);
-            }
+            komodo_gateway_deposit(coinaddr,komodoshis,(char *)"KMD",value,rmd160,txid,vout,kmdheight,height);
         }
     }
     else if ( tokomodo != 0 && opretbuf[0] == 'A' )
This page took 0.028751 seconds and 4 git commands to generate.