This repository has been archived by the owner on Nov 20, 2024. It is now read-only.
Runtime error accessing transfer details #741
Labels
status: needs information
Needs more information to take a decision
type: bug
Something isn't working
The steps I followed to encounter this error are the following:
This video shows the process and the error.
The issue is difficult to reproduce and requires further investigation. I suspect it's a kind of race condition, but can't be sure. It may be related to some initial state or doing some steps before what is shown in the video.
The error occurs in the function
getPartiallyHiddenHermezAddress
from the modulesrc/views/shared/transaction-info/transaction-info.view.jsx
. This function expects a hermezAddress string and instead it gets anull
.The call to
getPartiallyHiddenHermezAddress
initiates on the modulesrc/views/shared/transaction-info/transaction-info.view.jsx:135
, whenTransactionInfoTable
is instantiated and we callgetPartiallyHiddenHermezAddress
passing intxData.toHezEthereumAddress
, which is, under some yet to determine circumstances, unexpectedlynull
.The text was updated successfully, but these errors were encountered: