Skip to content
Snippets Groups Projects
Commit 8b8049c6 authored by Robert Martin-Legene's avatar Robert Martin-Legene
Browse files

Mandamos los parametros mal

parent bb348cac
No related branches found
No related tags found
No related merge requests found
......@@ -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 )
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment