-
Hello! I'm using Rust-sdk and trying to implement code from tutorial https://aptos.dev/tutorials/your-first-transaction . |
Beta Was this translation helpful? Give feedback.
Answered by
hariria
Apr 7, 2024
Replies: 1 comment 1 reply
-
Hmm, your system clock (the clock on your PC / computer) may not be correct, causing the transaction to expire immediately, thus why you're receiving the |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
0x-j
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hmm, your system clock (the clock on your PC / computer) may not be correct, causing the transaction to expire immediately, thus why you're receiving the
TRANSACTION_EXPIRED
error. Could you double check if that's the case?