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 ) {