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

fix doc and access order of txid #59

Merged
merged 3 commits into from
Apr 27, 2024
Merged

fix doc and access order of txid #59

merged 3 commits into from
Apr 27, 2024

Conversation

coolaj86
Copy link
Member

Marks txId as optional and txid as required.

- txId = tx.txid || tx.txId
+ txid = tx.txId || tx.txid

@coolaj86 coolaj86 merged commit d2d194b into main Apr 27, 2024
4 checks passed
@coolaj86 coolaj86 deleted the fix-txid branch April 27, 2024 05:44
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.

1 participant