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 Apr 20, 2020. It is now read-only.
two pending incoming transactions are being tracked
confirmations of these pending transactions are received, they get saved into the wallet
many hours later Hive is restarted, and then:
"chain head is at height 168587”
"Wallet/chain height mismatch: 168682 vs 168587”
It starts importing last ~100 blocks again, gets the two transactions in those blocks, and since they’re already in the wallet, it throws a “java.lang.IllegalStateException”.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
From Wei's crash logs:
"chain head is at height 168587”
"Wallet/chain height mismatch: 168682 vs 168587”
It starts importing last ~100 blocks again, gets the two transactions in those blocks, and since they’re already in the wallet, it throws a “java.lang.IllegalStateException”.
The text was updated successfully, but these errors were encountered: