From 25fb121c4f5fdae04dd3cca505d3b7e9c26f5091 Mon Sep 17 00:00:00 2001 From: jl777 Date: Tue, 21 Aug 2018 07:14:58 -1100 Subject: [PATCH] Test --- src/cc/faucet.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/cc/faucet.cpp b/src/cc/faucet.cpp index d32004f57..3a67ac27e 100644 --- a/src/cc/faucet.cpp +++ b/src/cc/faucet.cpp @@ -150,7 +150,7 @@ int64_t AddFaucetInputs(struct CCcontract_info *cp,CMutableTransaction &mtx,CPub { txid = it->first.txhash; vout = (int32_t)it->first.index; - fprintf(stderr,"check %s/v%d\n",uint256_str(str,txid),vout,(double)it->second.satoshis/COIN); + char str[65]; fprintf(stderr,"check %s/v%d\n",uint256_str(str,txid),vout,(double)it->second.satoshis/COIN); // no need to prevent dup if ( GetTransaction(txid,vintx,hashBlock,false) != 0 ) {