You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 20, 2021. It is now read-only.
A user reported that the block height for certain transactions as returned by the <> wallet transactions std CLI command are incorrect, and in fact about twice the size of the current height of the reported chain height.
The text was updated successfully, but these errors were encountered:
Nope, I have not more info, have never been able to reproduce it myself, better approach to solve this issue would be by reasoning through the code, as reproducing it doesn't seem to be easy.
It seems the only place the height is set on the transactions is in the ProcessConsensusChange function in the wallet. This function uses a variable in the wallet to keep track of the current height, which would suggest it is possible for this variable to get out of sync
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
A user reported that the block height for certain transactions as returned by the
<> wallet transactions
std CLI command are incorrect, and in fact about twice the size of the current height of the reported chain height.The text was updated successfully, but these errors were encountered: