From b31844cbb55ca6bb10906eff5b769190b6df1db3 Mon Sep 17 00:00:00 2001 From: jl777 Date: Wed, 12 Sep 2018 08:37:02 -1100 Subject: [PATCH] Test --- src/cc/gateways.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/cc/gateways.cpp b/src/cc/gateways.cpp index b366db6ba..7590e9cfc 100644 --- a/src/cc/gateways.cpp +++ b/src/cc/gateways.cpp @@ -764,7 +764,7 @@ std::string GatewaysWithdraw(uint64_t txfee,uint256 bindtxid,std::string refcoin std::string GatewaysMarkdone(uint64_t txfee,uint256 withdrawtxid) { - CMutableTransaction mtx; CScript opret; + CMutableTransaction mtx; CScript opret; CPubKey mypk; struct CCcontract_info *cp,C; cp = CCinit(&C,EVAL_GATEWAYS); if ( txfee == 0 ) txfee = 10000;