Skip to content

The client_sync from v18 onwards still uses the old client_v17__list_unspent macro #425

@oleonardolima

Description

@oleonardolima

As I've been working on bitcoindevkit/bdk#1826, where I use the v28 of electrsd/corepc-node_28_1 feature of electrsd, I faced an error:

JsonRpc(Json(Error("missing field `account`", line: 1, column: 576))).

As I understand it's caused by the account field being deprecated from the RPC listunspent method, but the newer versions of clients in corepc still use the v17 macro.

It's a bug, right, and it should be updated to use the v18 onward versions of the macro, right ?

Please let me know if I'm missing something.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions