Merge pull request #52 from chester1000/canary
feat(dualWay): WIP; new plugin type and initial sell structure chunks added
This commit is contained in:
commit
8009cd04ac
8 changed files with 158 additions and 85 deletions
|
|
@ -110,10 +110,7 @@ function cashOut(req, res) {
|
|||
|
||||
function depositAck(req, res) {
|
||||
plugins.depositAck(getFingerprint(req), req.body, function(err) {
|
||||
res.json({
|
||||
err: err && err.message,
|
||||
errType: err && err.name
|
||||
});
|
||||
res.json(200);
|
||||
});
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue