From 07bb22d21e13845e65b89df306bf629c08173d36 Mon Sep 17 00:00:00 2001 From: pbca26 Date: Fri, 17 Nov 2017 12:22:13 +0300 Subject: [PATCH] remove coin kmd native fix --- routes/shepherd/quitDaemon.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/routes/shepherd/quitDaemon.js b/routes/shepherd/quitDaemon.js index dd3d75e..d60a4a7 100644 --- a/routes/shepherd/quitDaemon.js +++ b/routes/shepherd/quitDaemon.js @@ -137,7 +137,7 @@ module.exports = (shepherd) => { if (req.body.mode === 'native') { const _chain = req.body.chain; - delete shepherd.coindInstanceRegistry[_chain ? _chain : 'komodo']; + delete shepherd.coindInstanceRegistry[_chain ? _chain : 'komodod']; const obj = { msg: 'success',