]> Git Repo - VerusCoin.git/commitdiff
Test
authorjl777 <[email protected]>
Wed, 29 Aug 2018 16:09:16 +0000 (05:09 -1100)
committerjl777 <[email protected]>
Wed, 29 Aug 2018 16:09:16 +0000 (05:09 -1100)
src/cc/channels.cpp

index 1be04067a3b15487266de9c7a3066e7e89c7da5c..133328378743ce67ae5bf8c2fda68bcf80e162aa 100644 (file)
@@ -250,7 +250,7 @@ UniValue ChannelsInfo()
         //int height = it->first.blockHeight;
         txid = it->first.txhash;
         vout = (int32_t)it->first.index;
-        nValue = (int64_t)it->second.satoshis;
+        nValue = (int64_t)it->second;
         if ( vout == 1 && GetTransaction(txid,tx,hashBlock,false) != 0 && (numvouts= tx.vout.size()) > 0 )
         {
             if ( DecodeChannelsOpRet(txid,tx.vout[numvouts-1].scriptPubKey,srcpub,destpub,numpayments,payment,hashchain) == 'O' || funcid == 'P' )
This page took 0.027151 seconds and 4 git commands to generate.