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

Wrong Type for "tx" field in TransactionPayload with webhook #79

Closed
photostorm opened this issue Feb 18, 2024 · 1 comment · Fixed by #80
Closed

Wrong Type for "tx" field in TransactionPayload with webhook #79

photostorm opened this issue Feb 18, 2024 · 1 comment · Fixed by #80
Assignees

Comments

@photostorm
Copy link

The "tx" field in TransactionPayload with webhook does not match what is actually sent from webhook for Transactions

Tx Transaction `json:"tx"`

@slowbackspace
Copy link
Collaborator

slowbackspace commented Feb 19, 2024

Hi @photostorm,
thanks for reporting the issue, you are correct. Tx field should refer to TransactionContent instead of Transaction. I'm fixing it in #80.

edit: released as 0.2.2

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 a pull request may close this issue.

2 participants