]> Git Repo - VerusCoin.git/commitdiff
test
authorjl777 <[email protected]>
Sun, 30 Oct 2016 11:12:39 +0000 (08:12 -0300)
committerjl777 <[email protected]>
Sun, 30 Oct 2016 11:12:39 +0000 (08:12 -0300)
src/komodo_gateway.h

index 8c11714b4d07bf717b32b0138890e3947b3f66c1..583d9f368a6b99cdafcc5cba46f29ff3e19fa504 100644 (file)
@@ -56,6 +56,11 @@ void komodo_gateway_deposits(CMutableTransaction *txNew)
         queue_enqueue((char *)"DEPOSITS",&DepositsQ,&ptr->DL);
     if ( numvouts > 1 )
     {
+        if ( ASSETCHAINS_SHORTFLAG != 0 )
+            data[len++] = '-';
+        for (i=0; ASSETCHAINS_SYMBOL[i]!=0; i++)
+            data[len++] = ASSETCHAINS_SYMBOL[i];
+        data[len++] = 0;
         opretlen = komodo_opreturnscript(opret,'I',data,len);
         txNew->vout.resize(numvouts+1);
         txNew->vout[numvouts].nValue = 0;
This page took 0.027474 seconds and 4 git commands to generate.