Skip to content

Getwalletinfo does not return unconfirmed_balance for assets #827

Open
@FrancisPouliot

Description

@FrancisPouliot

The getwalletinfo RPC call returns

{ "walletname": "", "walletversion": 169900, "balance": { "L-CAD": 0.xxxxxxxx, "bitcoin": 0.xxxxxxxx }, "unconfirmed_balance": { "bitcoin": 0.00000000 }, "immature_balance": { "bitcoin": 0.00000000 }, "txcount": 14, "keypoololdest": 1580930368, "keypoolsize": 1000, "keypoolsize_hd_internal": 999, "paytxfee": 0.00000000, "hdseedid": "XXXXXXXXXXXXXX", "private_keys_enabled": true }

It would really be helpful to have the unconfirmed_balance for per assetID as well.

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