From 91f727e34f82dc920251cfb6be71d865a8ec806f Mon Sep 17 00:00:00 2001 From: jl777 Date: Wed, 29 Aug 2018 05:09:16 -1100 Subject: [PATCH] Test --- src/cc/channels.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/cc/channels.cpp b/src/cc/channels.cpp index 1be04067a..133328378 100644 --- a/src/cc/channels.cpp +++ b/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' )