From 352d59af121c77c91e4a6d22dd4db07346ea5d57 Mon Sep 17 00:00:00 2001 From: jl777 Date: Thu, 26 Jul 2018 06:12:19 -1100 Subject: [PATCH] Test --- src/cc/CCassetsCore.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/cc/CCassetsCore.cpp b/src/cc/CCassetsCore.cpp index d92db3c01..9a2b18418 100644 --- a/src/cc/CCassetsCore.cpp +++ b/src/cc/CCassetsCore.cpp @@ -167,6 +167,7 @@ bool SetSwapFillamounts(uint64_t &received_assetoshis,uint64_t &remaining_nValue uint64_t remaining_assetoshis; double dunitprice; if ( total_nValue == 0 ) { + fprintf(stderr,"total_nValue.0 origsatoshis.%llu paid_nValue.%llu\n",(long long)orig_satoshis,(long long)paid_nValue); received_assetoshis = remaining_nValue = paid_nValue = 0; return(false); }