From f2b657df15cc1e3035a97bcae6ae19008d5d0a7d Mon Sep 17 00:00:00 2001 From: jl777 Date: Wed, 25 Jul 2018 05:13:17 -1100 Subject: [PATCH] -print --- src/cc/CCassetstx.cpp | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/cc/CCassetstx.cpp b/src/cc/CCassetstx.cpp index dfe76655c..204eba87a 100644 --- a/src/cc/CCassetstx.cpp +++ b/src/cc/CCassetstx.cpp @@ -63,13 +63,13 @@ UniValue AssetOrders(uint256 refassetid) { if ( refassetid != zero && assetid != refassetid ) { - int32_t z; - for (z=31; z>=0; z--) fprintf(stderr,"%02x",((uint8_t *)&txid)[z]); - fprintf(stderr," txid\n"); - for (z=31; z>=0; z--) fprintf(stderr,"%02x",((uint8_t *)&assetid)[z]); - fprintf(stderr," assetid\n"); - for (z=31; z>=0; z--) fprintf(stderr,"%02x",((uint8_t *)&refassetid)[z]); - fprintf(stderr," refassetid\n"); + //int32_t z; + //for (z=31; z>=0; z--) fprintf(stderr,"%02x",((uint8_t *)&txid)[z]); + //fprintf(stderr," txid\n"); + //for (z=31; z>=0; z--) fprintf(stderr,"%02x",((uint8_t *)&assetid)[z]); + //fprintf(stderr," assetid\n"); + //for (z=31; z>=0; z--) fprintf(stderr,"%02x",((uint8_t *)&refassetid)[z]); + //fprintf(stderr," refassetid\n"); continue; } UniValue item(UniValue::VOBJ);