This commit is contained in:
jl777
2018-07-22 10:33:50 -11:00
parent 716ec60b2f
commit c2d1de6fe5
2 changed files with 4 additions and 3 deletions

View File

@@ -13,7 +13,6 @@
* *
******************************************************************************/
#ifdef notyet
#include "CCfaucet.h"
/*
@@ -51,6 +50,8 @@ uint64_t IsFaucetvout(uint64_t &price,std::vector<uint8_t> &origpubkey,CTransact
return(0);
}
#ifdef notyet
bool FaucetExactAmounts(Eval* eval,CTransaction &tx,uint256 assetid)
{
CTransaction vinTx; uint256 hashBlock; int32_t i,numvins,numvouts; uint64_t inputs=0,outputs=0,assetoshis; std::vector<uint8_t> tmporigpubkey; uint64_t tmpprice;