SEND transaction become RECEIVE after resync wallet from scratch #9024
willy-tedyanto
started this conversation in
General
Replies: 1 comment
-
It is the way the wallet handles coin ID's - it would add significant exxtra processing to track outgoing transactions, instead of just the fact that they aren't belonging to the wallet anymore. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have setup Chia testnet7 to develop an app. I use it to test send and receive test XCH (TXCH).
I found something strange yesterday when I try to add all INCOMING transaction and all OUTGOING transaction from console (chia wallet get_transactions). All INCOMING - all OUTGOING should be the WALLET BALANCE. But that's not the case, when I subtract ALL INCOMING with ALL OUTGOING. The value is MINUS (-76.88 TXCH), while wallet balance showed (1.018 TXCH).
I guessed maybe my wallet db was corrupt, so I moved original wallet to another folder and start syncing wallet again. This morning, it has completed syncing and when I run : chia wallet get_transactions , all my transactions become INCOMING. No OUTGOING transactions anymore.
I sum all INCOMING transactions, and it shows 88 .56 TXCH.
I have updated to Chia 1.2.10 prior to syncing wallet from scratch. Have any of you ever experienced something like this ? Or if any Chia dev could give me clue ? Thank you in advance.
Beta Was this translation helpful? Give feedback.
All reactions