diff --git a/src/cc/gateways.cpp b/src/cc/gateways.cpp index 5bc897e68..4bb2d13e3 100644 --- a/src/cc/gateways.cpp +++ b/src/cc/gateways.cpp @@ -951,6 +951,7 @@ std::string GatewaysMultisig(char *txidaddr) result.push_back(Pair("hex",parthex)); result.push_back(Pair("number_of_signs",K)); + return (result); } std::string GatewaysPartialSign(uint64_t txfee,uint256 txid,std::string refcoin, std::string hex)