From 8b8049c66c3bd470558eaed9e2bd186cdbf2dab5 Mon Sep 17 00:00:00 2001 From: Robert Martin-Legene <robert@nic.ar> Date: Wed, 9 Oct 2019 04:50:14 -0300 Subject: [PATCH] Mandamos los parametros mal --- bin/libbfa.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/libbfa.js b/bin/libbfa.js index f1ac798..5f562c4 100644 --- a/bin/libbfa.js +++ b/bin/libbfa.js @@ -192,7 +192,7 @@ module.exports = class Libbfa peers: function admin_peers( cb ) { w3.req( 'admin_peers', [], cb ) }, addPeer: function admin_addPeer( peer ) - { w3.req( 'admin_addPeer', [ "\""+peer+"\"" ], function(){} ) } + { w3.req( 'admin_addPeer', [ peer ], function(){} ) } }, personal: { listWallets: function personal_listWallets( cb ) -- GitLab