daemon_ipc_handlers: return after error when getting random outs

This commit is contained in:
moneromooo-monero 2015-10-31 10:49:39 +00:00
parent d7a0de604b
commit 359d62642b
No known key found for this signature in database
GPG Key ID: 686F07454D6CEFC3

View File

@ -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.