This commit is contained in:
jl777
2018-12-29 04:43:07 -11:00
parent 302c65efd6
commit 0841122cf4

View File

@@ -295,10 +295,6 @@ UniValue selfimport(const UniValue& params, bool fHelp)
burnTx = mtx;
if ( GetSelfimportProof(proof,burnTx,burnTx.GetHash()) < 0 )
throw std::runtime_error("Failed validating selfimport");
//mtx = MakeImportCoinTransaction(proof,burnTx,vouts);
//mtx.vout.resize(2);
//mtx.vout[1] = savevout;
//mtx.vout[1].nValue = burnAmount;
return HexStr(E_MARSHAL(ss << MakeImportCoinTransaction(proof,burnTx,vouts)));
}