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

Payout tx confidence should be after block height of deposit. #6590

Merged
merged 1 commit into from Feb 27, 2023
Merged

Payout tx confidence should be after block height of deposit. #6590

merged 1 commit into from Feb 27, 2023

Conversation

ghost
Copy link

@ghost ghost commented Feb 19, 2023

Fixes #5725

When checking payout tx arrival, ensure that it is either a pending tx, or a tx with blockheight after the deposit tx.
This ensures that we don't get a false positive from prior payments to the payout address.

Copy link
Contributor

@alvasw alvasw left a comment

Choose a reason for hiding this comment

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

utACK

Copy link
Contributor

@alejandrogarcia83 alejandrogarcia83 left a comment

Choose a reason for hiding this comment

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

utACK

@alejandrogarcia83 alejandrogarcia83 added this to the v1.9.10 milestone Feb 27, 2023
@alejandrogarcia83 alejandrogarcia83 merged commit cbc30f4 into bisq-network:master Feb 27, 2023
@ghost ghost mentioned this pull request Mar 8, 2023
@ghost ghost mentioned this pull request Mar 10, 2023
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.

Trade payout address was reused from prior trade & no funds received
2 participants