<p></p>
<p>I could reproduce the bug.<br>
I reproduced it on the v1.5.0 release branch</p>
<p>In fact, it is simpler to reproduce:</p>
<ul>
<li>Setup: Have 2 users: Alice, Bob. Alice has funds in BTC and BSQ wallets. Bob may or may not have funds</li>
<li>Start Bisq (Alice, Bob)</li>
<li>Alice sends all its BSQ to Bob. Generate a block.</li>
<li>Look at Bob's BSQ transaction view. Crash as described in OP.</li>
</ul>
<p>The reason is BsqTxListItem has a twisted way to find out the send/receive address.<br>
The introduction of Segwit and forcing BSQ to use LegacyAddress exposed the problem.</p>
<p>I wrote a hack that solves the problem. It is not meant to be merged but to illustrate the problem:<br>
<a class="commit-link" data-hovercard-type="commit" data-hovercard-url="https://github.com/oscarguindzberg/bisq/commit/6b720a4244e3fd8dbeff8d1b91cff159ceb5f97d/hovercard" href="https://github.com/oscarguindzberg/bisq/commit/6b720a4244e3fd8dbeff8d1b91cff159ceb5f97d">oscarguindzberg@<tt>6b720a4</tt></a></p>
<p>The ideal solution would be to rewrite the code in the BsqTxListItem constructor where it obtains the send/receive address.<br>
There are a number of BSQ transaction types/cases to consider.</p>
<p><a class="user-mention" data-hovercard-type="user" data-hovercard-url="/users/chimp1984/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/chimp1984">@chimp1984</a> could you look into this?</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">—<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/bisq-network/bisq/issues/4775#issuecomment-724505985">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AJFFTNRPURRKCC65JNJH6ZTSPDQMXANCNFSM4TP75HNA">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AJFFTNXZ5OF6XSU5DM7XBB3SPDQMXA5CNFSM4TP75HNKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOFMXRLAI.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/bisq-network/bisq/issues/4775#issuecomment-724505985",
"url": "https://github.com/bisq-network/bisq/issues/4775#issuecomment-724505985",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>