Post
Topic
Board Bitcoin Technical Support
Re: Bitcoin core - transaction bug and related balance error
by
nc50lc
on 15/11/2021, 12:22:00 UTC
Now the balance result is correct, and only the dates on the last transaction do not match.
-snip-
Maybe it has something to do with the first or other logic of "Smart Timestamps":
https://github.com/bitcoin/bitcoin/blob/master/src/wallet/wallet.cpp#L2380-L2383

If not, it could be related to the "wrong timestamp" bug when using -rescan:
https://github.com/bitcoin/bitcoin/issues/6662