From adbd60b5a5cfbb8ec9a930edf8ff1b88fa521878 Mon Sep 17 00:00:00 2001 From: Josh Harvey Date: Wed, 18 May 2016 13:10:12 +0300 Subject: [PATCH] fix crypto balance after sendCoins --- lib/plugins.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/plugins.js b/lib/plugins.js index 088babfb..561d2a27 100644 --- a/lib/plugins.js +++ b/lib/plugins.js @@ -307,7 +307,7 @@ function executeTx (session, tx, authority, cb) { if (_err) return cb(_err) - pollBalance('BTC') + pollBalance(cryptoCode) cb(null, { statusCode: 201, // Created