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