Skip to content

[N3 and N4] TokensTracker getnep17balances error #928

@vncoelho

Description

@vncoelho

When balances are 0 it results correct.

requestJson = "{ \"jsonrpc\": \"2.0\", \"id\": 5, \"method\": \"getnep17balances\", \"params\": [\"" + adddressToGet + "\"] }";
Otherwise, it returns error

Object { jsonrpc: "2.0", id: 5, error: {} }
​
error: Object { code: -2147467261, message: "Object reference not set to an instance of an object." }
​​
code: -2147467261
​​
message: "Object reference not set to an instance of an object."
​​
<prototype>: Object {  }
​
id: 5
​
jsonrpc: "2.0"

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