From c5c1aaa1dccba096b049d4be0702e44c3def3ee6 Mon Sep 17 00:00:00 2001 From: jl777 Date: Wed, 12 Sep 2018 00:59:51 -1100 Subject: [PATCH] Test --- src/cc/oracles.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/cc/oracles.cpp b/src/cc/oracles.cpp index 3e63fbd75..01d62ccf5 100644 --- a/src/cc/oracles.cpp +++ b/src/cc/oracles.cpp @@ -787,7 +787,7 @@ std::string OracleData(int64_t txfee,uint256 oracletxid,std::vector da if ( txfee == 0 ) txfee = 10000; GetCCaddress(cp,coinaddr,mypk); - if ( AddNormalinputs(mtx,mypk,2*txfee,16) > 0 ) // have enough funds even if baton utxo not there + if ( AddNormalinputs(mtx,mypk,2*txfee,3) > 0 ) // have enough funds even if baton utxo not there { batonpk = OracleBatonPk(batonaddr,cp); batontxid = OracleBatonUtxo(txfee,cp,oracletxid,batonaddr,mypk,prevdata);