From 8844b055165b29e07709adf823e8d49892e41a04 Mon Sep 17 00:00:00 2001 From: jl777 Date: Sat, 29 Dec 2018 03:28:37 -1100 Subject: [PATCH] Test --- src/rpc/crosschain.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/rpc/crosschain.cpp b/src/rpc/crosschain.cpp index fc8ae9a2b..7626d6424 100644 --- a/src/rpc/crosschain.cpp +++ b/src/rpc/crosschain.cpp @@ -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)); }