From a6a00b5ca262f9e68199c4fe5d941203dcfae95d Mon Sep 17 00:00:00 2001 From: jl777 Date: Sat, 15 Sep 2018 21:47:43 -1100 Subject: [PATCH] Test --- src/cc/gateways.cpp | 8 -------- 1 file changed, 8 deletions(-) diff --git a/src/cc/gateways.cpp b/src/cc/gateways.cpp index 58855d253..df5c24e7c 100644 --- a/src/cc/gateways.cpp +++ b/src/cc/gateways.cpp @@ -841,14 +841,6 @@ std::string GatewaysMultisigUpdate(struct CCcontract_info *cp,int32_t &complete, { CMutableTransaction mtx; cJSON *unspents; std::string hex,rawtx; CScript opret; uint64_t txfee = 10000; complete = partialtx = 0; - if ( biggestrawtx == 0 ) - { - if ( (unspents= cJSON_Parse(unspentstr)) != 0 ) - { - rawtx = construct_rawtx(withdrawaddr,nValue,unspents); - free_json(unspents); - } - } { // iterate txidaddr, extract signatures! // iterate for sigs depth and find the deepest