]> Git Repo - VerusCoin.git/commitdiff
Test
authorjl777 <[email protected]>
Thu, 12 Jul 2018 11:01:42 +0000 (00:01 -1100)
committerjl777 <[email protected]>
Thu, 12 Jul 2018 11:01:42 +0000 (00:01 -1100)
src/komodo_bitcoind.h

index b50273c79136e5c495cb95fca2eb31b90f30783d..cb2a4af53e515af1f26710d14129b7fa746ea403 100644 (file)
@@ -1538,7 +1538,7 @@ int64_t komodo_newcoins(CBlockIndex *pindex)
     n = pblock->vtx.size();
     for (i=0; i<n; i++)
     {
-        const CTransaction vintx,&tx = pindex->vtx[i];
+        CTransaction vintx,&tx = pindex->vtx[i];
         if ( (m= tx.vin.size()) > 0 )
         {
             for (j=0; j<m; j++)
This page took 0.027353 seconds and 4 git commands to generate.