You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
There is an issue when trying to do a
claim()
transaction.The following error appears:
It seems very similair to the other error we were getting not too long ago where the contract was not deployed yet.
The text was updated successfully, but these errors were encountered: