From 0841122cf4ee39b7078e29f83474c92981b116e3 Mon Sep 17 00:00:00 2001 From: jl777 Date: Sat, 29 Dec 2018 04:43:07 -1100 Subject: [PATCH] - --- src/rpc/crosschain.cpp | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/rpc/crosschain.cpp b/src/rpc/crosschain.cpp index 595d3bbcb..f3c0e887d 100644 --- a/src/rpc/crosschain.cpp +++ b/src/rpc/crosschain.cpp @@ -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))); }