Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Example dApp - Create token - INVALID_EXPIRATION_TIME error #129

Closed
srokatonie opened this issue Aug 28, 2022 · 0 comments
Closed

Example dApp - Create token - INVALID_EXPIRATION_TIME error #129

srokatonie opened this issue Aug 28, 2022 · 0 comments

Comments

@srokatonie
Copy link
Contributor

Hi, to reproduce simply clone the repo and try to create a token:

git clone https://github.com/Hashpack/hashconnect.git
cd hashconnect/examples/dapp
npm install

Open http://localhost:4200/hashconnect/dapp/ pair with HashPack and create a token.

Response in the dApp:

{
  "response": {
    "topic": "75181bd2-ac8c-4575-8c66-687a78fdc5d5",
    "success": false,
    "error": {
      "name": "StatusError",
      "status": "INVALID_EXPIRATION_TIME",
      "transactionId": "0.0.29697317@1661686544.860603991",
      "message": "transaction 0.0.29697317@1661686544.860603991 failed precheck with status INVALID_EXPIRATION_TIME"
    },
    "id": "0d5204ef-234e-4f3f-a383-6fb986b59289",
    "origin": "chrome-extension://gjagmgiddbbciopjhllkdnddhcglnemk"
  },
  "receipt": null
}

in HashPack:

Screenshot 2022-08-28 at 13 41 42

@teacoat teacoat closed this as completed Jan 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants