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

Update startTransaction snippet in the explainer. #35

Merged
merged 1 commit into from
Dec 18, 2023

Conversation

dandrader
Copy link
Collaborator

Fixes #34 .

@dandrader dandrader merged commit 01b4e97 into main Dec 18, 2023
2 checks passed
@dandrader dandrader deleted the start-transaction-snipped-no-param branch December 18, 2023 10:29
@@ -73,7 +73,7 @@ If a connection is established in `"shared"` access mode, to ensure consecutive

```js
try {
await connection.startTransaction(async connection => {
await connection.startTransaction(async () => {
// A transaction has successfully started.
let firstCommand = new UInt8Array([0x00, 0xA4, 0x04, 0x00, 0x0A, 0xA0, 0x00,
Copy link

@septs septs Dec 18, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes. :)

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fixed.

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

Successfully merging this pull request may close these issues.

SmartCardTransactionCallback define problem?
2 participants