diff --git a/src/ipc/daemon_ipc_handlers.cpp b/src/ipc/daemon_ipc_handlers.cpp index fdb5bc7ee..1ac27d8d6 100644 --- a/src/ipc/daemon_ipc_handlers.cpp +++ b/src/ipc/daemon_ipc_handlers.cpp @@ -381,6 +381,7 @@ namespace IPC if (!core->get_random_outs_for_amounts(req, res)) { wap_proto_set_status(message, STATUS_RANDOM_OUTS_FAILED); + return; } // We convert the result into a JSON string and put it into a 0MQ frame.