-
Couldn't load subscription status.
- Fork 112
Replace transaction with transactionMessage where the latter term was used incorrectly
#385
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
Conversation
|
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
| assertIsBlockhash(blockhash); | ||
| // At this point, `blockhash` is a `Blockhash` that can be used with the RPC. | ||
| const blockhashIsValid = await rpc.isBlockhashValid(blockhash).send(); | ||
| const { value: blockhashIsValid } = await rpc.isBlockhashValid(blockhash).send(); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
One unrelated correction here.
BundleMonFiles updated (3)
Unchanged files (124)
Total files change +109B +0.03% Final result: ✅ View report in BundleMon website ➡️ |
7fbe44b to
85ea2c2
Compare
6d5d34e to
018e55f
Compare
018e55f to
d50c9eb
Compare
85ea2c2 to
6d85f3c
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Noice
6d85f3c to
a9f887c
Compare
… was used incorrectly
d50c9eb to
ac63797
Compare
|
Because there has been no activity on this PR for 14 days since it was merged, it has been automatically locked. Please open a new issue if it requires a follow up. |
No description provided.