]> Git Repo - VerusCoin.git/commitdiff
test
authorjl777 <[email protected]>
Wed, 7 Dec 2016 13:59:02 +0000 (15:59 +0200)
committerjl777 <[email protected]>
Wed, 7 Dec 2016 13:59:02 +0000 (15:59 +0200)
src/komodo_gateway.h

index f56e996e578bd703fbaa061dc826f9fc7e68a067..22289a39c64a73d62c0cc690205f0620f872e517 100644 (file)
@@ -638,7 +638,7 @@ const char *komodo_opreturn(int32_t height,uint64_t value,uint8_t *opretbuf,int3
                     {
                         pax->type = opretbuf[0];
                         strcpy(pax->source,(char *)&opretbuf[opretlen-4]);
-                        if ( (pax2= komodo_paxfind(txids[i],vouts[i],'D')) != 0 )
+                        if ( (pax2= komodo_paxfind(txids[i],vouts[i],'D')) != 0 && pax2->fiatoshis != 0 && pax2->komodoshis != 0 )
                         {
                             // realtime path?
                             pax->fiatoshis = pax2->fiatoshis;
This page took 0.026333 seconds and 4 git commands to generate.