Browse Source

Return 200 from JSON API when moon is POSTed.

pull/1/head
Adam Ierymenko 9 years ago
parent
commit
6194d2af3d
  1. 1
      service/OneService.cpp

1
service/OneService.cpp

@ -1312,6 +1312,7 @@ public:
res["updatesMustBeSignedBy"] = json();
res["waiting"] = true;
_node->orbit(id,seed);
scode = 200;
}
} else scode = 404;

Loading…
Cancel
Save