From 2af10c9963d998ebfb03bfbd669eee9afb467bb9 Mon Sep 17 00:00:00 2001 From: jl777 Date: Wed, 10 Jul 2019 06:34:01 -1100 Subject: [PATCH] NSPV_U --- 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 cf12fae69..efac2bc75 100644 --- a/src/cc/faucet.cpp +++ b/src/cc/faucet.cpp @@ -226,7 +226,7 @@ std::string FaucetFund(uint64_t txfee,int64_t funds) txfee = 10000; mypk = pubkey2pk(Mypubkey()); faucetpk = GetUnspendable(cp,0); - if ( AddNormalinputs(mtx,mypk,funds+txfee,64) > 0 ) + if ( AddNormalinputs(mtx,mypk,funds+txfee,64,&NSPV_U) > 0 ) { mtx.vout.push_back(MakeCC1vout(EVAL_FAUCET,funds,faucetpk)); return(FinalizeCCTx(0,cp,mtx,mypk,txfee,opret));