Skip to content

Hitting Claim button JS error #38

@tareshss

Description

@tareshss

Error:
Claim.ts:50 Uncaught (in promise) TypeError: Cannot read property 'hexToBytes' of undefined
at Claim.ts:50
at

On Line 50
let tx = Core.Transaction.deserializeFrom(this.strTx.hexToBytes().buffer);

On Line 81
this.strTx = res["transaction"];

is never assigned because the res object has no property "transaction" even when res["result"] == true

conditions:
Available Gas: 0
Unavailable Gas: 0.06031040

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