Skip to content

Batch Broken? #3

@indolering

Description

@indolering

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
      }

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions