Browse Source

Test

pull/4/head
jl777 6 years ago
parent
commit
91f727e34f
  1. 2
      src/cc/channels.cpp

2
src/cc/channels.cpp

@ -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' )

Loading…
Cancel
Save