This commit is contained in:
jl777
2018-09-10 08:23:52 -11:00
parent a8ed619fc3
commit 48bde33c7c
2 changed files with 2 additions and 2 deletions

View File

@@ -207,8 +207,8 @@ bool GatewaysExactAmounts(struct CCcontract_info *cp,Eval* eval,const CTransacti
bool GatewaysValidate(struct CCcontract_info *cp,Eval* eval,const CTransaction &tx)
{
int32_t numvins,numvouts,preventCCvins,preventCCvouts,i,numblocks; bool retval; uint256 txid; uint8_t hash[32]; char str[65],destaddr[64];
return(false);
std::vector<std::pair<CAddressIndexKey, CAmount> > txids;
fprintf(stderr,"return true without gateways validation\n");
numvins = tx.vin.size();
numvouts = tx.vout.size();
preventCCvins = preventCCvouts = -1;