From 8aa496938ed01442c6f16336b6ae503606aea558 Mon Sep 17 00:00:00 2001 From: Overtorment Date: Sat, 18 May 2019 12:23:49 +0100 Subject: [PATCH] DOC --- controllers/api.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/controllers/api.js b/controllers/api.js index 3aba90f..94bc797 100644 --- a/controllers/api.js +++ b/controllers/api.js @@ -384,7 +384,7 @@ function errorNotEnougBalance(res) { return res.send({ error: true, code: 2, - message: 'not enough balance', + message: 'not enough balance. Make sure you have at least 1% reserved for potential fees', }); }