From 8d79a6f38b01d61c751601d77ef258ae55ca0e94 Mon Sep 17 00:00:00 2001 From: Matias Alejo Garcia Date: Tue, 14 Jan 2014 15:59:38 -0300 Subject: [PATCH] fix logger variable name --- config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.js b/config.js index 313ee63..aea295c 100644 --- a/config.js +++ b/config.js @@ -1,4 +1,4 @@ module.exports = { network: 'livenet', - logging: 'normal' // none, normal, debug + logger: 'normal' // none, normal, debug };