-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Labels
bugSomething isn't workingSomething isn't working
Description
There is an issue when trying to do a claim() transaction.
The following error appears:
src/actions/vaccount/claim.test.ts:
510 | }
511 | catch (error) {
512 | if (error.response && error.response.json) {
513 | const { json } = error.response;
514 | if (json.error && json.error.details) {
515 | const e = new Error(json.error.details[0].message);
^
error: transaction must have at least one authorization
at /home/djmbritt/Effect/sdk/node_modules/@wharfkit/session/lib/session.js:515:35
at rejected (/home/djmbritt/Effect/sdk/node_modules/tslib/tslib.js:167:51)
✗ Claim > Should throw when no payment is pending [874.53ms]
It seems very similair to the other error we were getting not too long ago where the contract was not deployed yet.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working