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
In order to be sure that the tfModified flag is cleared. As it stands (if I understand correctly), the flag is inverted, so if ever it was unmodified before commit, it will be flagged as modified after.
The text was updated successfully, but these errors were encountered:
From reading the code here:
btcd/blockchain/utxoviewpoint.go
Line 462 in ed77733
I expect that this line should say:
entry.packedFlags &^= tfModified
In order to be sure that the tfModified flag is cleared. As it stands (if I understand correctly), the flag is inverted, so if ever it was unmodified before commit, it will be flagged as modified after.
The text was updated successfully, but these errors were encountered: