Rpcwallet bypass

This commit is contained in:
jl777
2019-07-11 00:06:06 -11:00
parent a6c16efaa2
commit f6f3fc8606
2 changed files with 12 additions and 3 deletions

View File

@@ -221,6 +221,7 @@ std::string FaucetFund(uint64_t txfee,int64_t funds)
{
CMutableTransaction mtx = CreateNewContextualCMutableTransaction(Params().GetConsensus(), komodo_nextheight());
CPubKey mypk,faucetpk; CScript opret; struct CCcontract_info *cp,C;
cp = CCinit(&C,EVAL_FAUCET);
if ( txfee == 0 )
txfee = 10000;