From a463f03348501a415f594473e832159c743bc1f1 Mon Sep 17 00:00:00 2001 From: jl777 Date: Sun, 9 Sep 2018 22:09:45 -1100 Subject: [PATCH] Test --- src/cc/CCGateways.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/cc/CCGateways.h b/src/cc/CCGateways.h index 6d5df60ca..11be897f6 100644 --- a/src/cc/CCGateways.h +++ b/src/cc/CCGateways.h @@ -26,7 +26,7 @@ std::string GatewaysClaim(uint64_t txfee,uint256 bindtxid,std::string coin,uint2 std::string GatewaysWithdraw(uint64_t txfee,uint256 bindtxid,std::string refcoin,std::vector withdrawpub,int64_t amount); // CCcustom -UniValue GatewaysInfo(); -UniValue GatewaysList(uint256 bindtxid); +UniValue GatewaysInfo(uint256 bindtxid); +UniValue GatewaysList(); #endif