This commit is contained in:
jl777
2018-12-29 03:28:37 -11:00
parent e55a510f50
commit 8844b05516

View File

@@ -290,8 +290,6 @@ UniValue selfimport(const UniValue& params, bool fHelp)
throw std::runtime_error("Failed validating selfimport");
burnOut = MakeBurnOutput(burnAmount,0xffffffff,ASSETCHAINS_SELFIMPORT,burnTx.vout);
mtx = MakeImportCoinTransaction(proof,burnTx,burnTx.vout);
mtx.vout.clear();
mtx.vout.push_back(burnOut);
return HexStr(E_MARSHAL(ss << mtx));
}