-
This commit is contained in:
@@ -295,10 +295,6 @@ UniValue selfimport(const UniValue& params, bool fHelp)
|
|||||||
burnTx = mtx;
|
burnTx = mtx;
|
||||||
if ( GetSelfimportProof(proof,burnTx,burnTx.GetHash()) < 0 )
|
if ( GetSelfimportProof(proof,burnTx,burnTx.GetHash()) < 0 )
|
||||||
throw std::runtime_error("Failed validating selfimport");
|
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)));
|
return HexStr(E_MARSHAL(ss << MakeImportCoinTransaction(proof,burnTx,vouts)));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user