Skip to content

GetBalance is broken #110

@ChristianOConnor

Description

@ChristianOConnor

When I run

var client = new QBitNinjaClient(network);
var balance = await client.GetBalance(address, true);
Console.WriteLine(balance.Operations.Count());

It always outputs 0 even though I have sent coins to this testnet address. I kept trying it with multiple testnet address addresses that I filled with bitcoin and it can't find any coins or activity on these addresses. This problem has persisted for about a week now. Before last week the code worked perfectly. Any solutions?

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