[bisq-network/bisq] Error when making a manual payout (#4878)

James Cox notifications at github.com
Thu Dec 3 15:04:23 CET 2020


The `Invalid input length 63` happens when you're missing a digit on the txid.  I'll add validation checks to handle this better in the related work for #4061.

--- 

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.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/bisq-network/bisq/issues/4878#issuecomment-738013955
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.bisq.network/pipermail/bisq-github/attachments/20201203/f8663054/attachment.htm>


More information about the bisq-github mailing list