From 8a78bd9d8c9dde5b1c8d0d9be904107b894e77c1 Mon Sep 17 00:00:00 2001 From: jl777 Date: Sun, 5 Aug 2018 20:47:51 -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 570f1539a..a786edd2e 100644 --- a/src/cc/faucet.cpp +++ b/src/cc/faucet.cpp @@ -133,7 +133,7 @@ uint64_t AddFaucetInputs(struct CCcontract_info *cp,CMutableTransaction &mtx,CPu for (std::vector >::const_iterator it=unspentOutputs.begin(); it!=unspentOutputs.end(); it++) { txid = it->first.txhash; - vout = (int32_t)it->first.index); + vout = (int32_t)it->first.index; // no need to prevent dup if ( GetTransaction(txid,vintx,hashBlock,false) != 0 ) {