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

Don't allow trade start if BitcoinJ is not fully synced #4727

Closed
chimp1984 opened this issue Oct 29, 2020 · 2 comments · Fixed by #4764
Closed

Don't allow trade start if BitcoinJ is not fully synced #4727

chimp1984 opened this issue Oct 29, 2020 · 2 comments · Fixed by #4764

Comments

@chimp1984
Copy link
Contributor

Description

While BitcoinJ is syncing the lock time would be incorrectly calculated leading to a failed trade. Currently users could take and offer or offers of a maker can be taken during sync.

We should add for both maker and taker side the check that BitcoinJ need to be synced. The sync of a new block (veyry short time) can be ignored as the locktime has some tolerance built it to not fail in case both traders have a small difference of the block height.

Case of a user who had that problem:
#4707 (comment)

@mpowacht
Copy link

@chimp1984 thanks and kudos to this great community and this amazing project !! Bisq is incredible!

@mpowacht
Copy link

@chimp1984 Thanks!!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants