]> Git Repo - VerusCoin.git/commitdiff
Test
authorjl777 <[email protected]>
Mon, 9 Apr 2018 19:27:24 +0000 (22:27 +0300)
committerjl777 <[email protected]>
Mon, 9 Apr 2018 19:27:24 +0000 (22:27 +0300)
src/wallet/rpcwallet.cpp

index ca3fde8d04ac9997c6ff97cfe260f2eb0dc5fa91..54a9350b6adc1750a43d8285a80e9bc6814a932c 100644 (file)
@@ -4504,7 +4504,7 @@ int32_t komodo_staked(uint32_t nBits,uint32_t *blocktimep,uint32_t *txtimep,uint
                     *txtimep = (uint32_t)out.tx->nLockTime;
                 }
             }
-            //fprintf(stderr,"(%s) %s/v%d nValue %.8f locktime.%u txheight.%d pindexht.%d\n",CBitcoinAddress(address).ToString().c_str(),out.tx->GetHash().GetHex().c_str(),out.i,(double)nValue/COIN,locktime,txheight,pindex->nHeight);
+            fprintf(stderr,"(%s) %s/v%d nValue %.8f locktime.%u txheight.%d pindexht.%d\n",CBitcoinAddress(address).ToString().c_str(),out.tx->GetHash().GetHex().c_str(),out.i,(double)nValue/COIN,locktime,txheight,pindex->nHeight);
         }
     }
     if ( earliest != 0 )
This page took 0.036544 seconds and 4 git commands to generate.