forked from freewil/node-bitcoin
-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
Any/all of these function calls are generating a parse error:
var batch = [
{ method: 'getblockcount',params: []},
{ method: 'name_filter', params: ["", 20, 0, 0]},
{ method: 'getnewaddress', params: ['myaccount']}
];
client.cmd(batch, function(err, dataset) {
//err.code: -32700
//err.message: Parse error
}Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels