-
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
[1.2.0] Set delayedPayoutTxBytes when setting delayedPayoutTx #3475
[1.2.0] Set delayedPayoutTxBytes when setting delayedPayoutTx #3475
Conversation
Fixes bisq-network#3473 The delayedPayoutTx is not committed to the wallet as long it is not published. The seller who creates the delayedPayoutTx has not stored the delayedPayoutTxBytes which caused a nullpointer after restart.
I followed the steps in #3473 and encountered a nullpointer when restarting bob's client (step 3) and trying to view the trade.
|
@chimp1984 Could you please have a look at @devinbileck issue before merging? |
I have not been able to reproduce Devin's issue with this fix. |
I didn't get the exception either and was able to finish the steps mentioned in #3473 without any further problems. |
@devinbileck Could you give it another spin if you are able to reproduce the issue mentioned above? |
I am now unable to reproduce the exception mentioned above. I was also able to verify the issue in #3473 has been resolved. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ACK
Fixes #3473
The delayedPayoutTx is not committed to the wallet as long it is not
published. The seller who creates the delayedPayoutTx has not stored the
delayedPayoutTxBytes which caused a nullpointer after restart.