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 some cases, a perfectly fine transaction that has been submitted to the mempool and being monitored by the wallet will be invalidated in the mempool whren it has been mined due to DuplicateKernelError, Validation failed due to already mined kernel, but then marked invalid in the wallet as well.
This behaviour surfaces during many coin splits.
The text was updated successfully, but these errors were encountered:
hansieodendaal
changed the title
[console wallet] Mined transactions being invalidated due to DuplicateKernelError: Validation failed due to already mined kernel
[console wallet] Mined transactions being invalidated due to DuplicateKernelError, Validation failed due to already mined kernelSep 22, 2022
hansieodendaal
changed the title
[console wallet] Mined transactions being invalidated due to DuplicateKernelError, Validation failed due to already mined kernel
[console wallet/mempool] Mined transactions being invalidated due to DuplicateKernelError, Validation failed due to already mined kernelSep 23, 2022
Description
---
Fix mined transaction marked as invalid in the wallet.
#4721
How Has This Been Tested?
---
I wasn't able to reproduce the original bug. So only github actions tests.
In some cases, a perfectly fine transaction that has been submitted to the mempool and being monitored by the wallet will be invalidated in the mempool whren it has been mined due to
DuplicateKernelError
,Validation failed due to already mined kernel
, but then marked invalid in the wallet as well.This behaviour surfaces during many coin splits.
The text was updated successfully, but these errors were encountered: