-
Notifications
You must be signed in to change notification settings - Fork 55
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
base: 04-11-document_solana_transaction-confirmation_with_typedoc
Are you sure you want to change the base?
Conversation
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
@@ -164,7 +164,7 @@ function handleSubmit() { | |||
// Typescript will upcast `blockhash` to `Blockhash`. | |||
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 +108B +0.03% Final result: ✅ View report in BundleMon website ➡️ |
7fbe44b
to
85ea2c2
Compare
6d5d34e
to
018e55f
Compare
… was used incorrectly
018e55f
to
d50c9eb
Compare
85ea2c2
to
6d85f3c
Compare
No description provided.