-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Error when making a manual payout #4878
Comments
Was it a payout from a segwit 2-of-2 multisig? If so you have to be sure that the 3 amounts buyer+seller+txFee add up exactly to the value held in the multisig, else the tx will be silently rejected by bitcoin core. I discovered this here: #4859 (comment) For the second time you did it where you got the error box, can you please provide the call stack of the error which can be found in your log file? Thanks. |
at com.google.protobuf.CodedOutputStream$OutputStreamEncoder.doFlush(CodedOutputStream.java:3062) |
The The more important issue, however, is that a transaction was published but rejected silently with no error and no information in the log. This I think is a potential can of worms. It could be the cause of those many user reports that trades are created but the transaction never confirms and never shows up in the mempool. I think a good start to tracking this down would be to log the hex of all transactions generated by Bisq at the point where they are broadcasted by BitcoinJ. Then when a user experiences the problem at least we'll be able to check the transaction hex and see by comparing it to the blockchain why it was not accepted into the mempool. At the moment only textual "description" of the transaction is logged which is not sufficient for problem solving. I'll work up a PR for this. |
@oscarguindzberg Can you have a look? |
|
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
This issue has been automatically closed because of inactivity. Feel free to reopen it if you think it is still relevant. |
Description
Error message when making a manual payout
Version
1.5.0
Steps to reproduce
First time the payout was successful, or so it appeared in the final message. After I saw the payout wasn't made I did it again and got this message
Expected behaviour
Actual behaviour
Screenshots
Device or machine
Additional info
The text was updated successfully, but these errors were encountered: