From e072837352c08975ce67eae86e5b68e6ca67b998 Mon Sep 17 00:00:00 2001 From: jl777 Date: Sun, 23 Sep 2018 22:36:45 -1100 Subject: [PATCH] Test --- src/cc/gateways.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/cc/gateways.cpp b/src/cc/gateways.cpp index 7c70408d8..68f639ff3 100644 --- a/src/cc/gateways.cpp +++ b/src/cc/gateways.cpp @@ -539,7 +539,8 @@ uint256 GatewaysReverseScan(uint256 &txid,int32_t height,uint256 reforacletxid,u { CTransaction tx; uint256 hash,mhash,bhash,hashBlock,oracletxid; int32_t len,len2,numvouts; int64_t val,merkleht; CPubKey pk; std::vectordata; txid = zeroid; - //char str[65]; fprintf(stderr,"start reverse scan %s\n",uint256_str(str,batontxid)); + char str[65]; + //fprintf(stderr,"start reverse scan %s\n",uint256_str(str,batontxid)); while ( GetTransaction(batontxid,tx,hashBlock,false) != 0 && (numvouts= tx.vout.size()) > 0 ) { //fprintf(stderr,"check %s\n",uint256_str(str,batontxid));