-
Notifications
You must be signed in to change notification settings - Fork 3
Closed
Labels
BACKWARD_COMPATIBLErequire changes that are backward compatible, no reset requiredrequire changes that are backward compatible, no reset requiredBUGSomething isn't workingSomething isn't workingCOREcore functionalitiescore functionalitiesLOW_PRIORITYcan be postponedcan be postponed
Milestone
Description
Description
When applying transactions in block we first undo
the ApplyConfirmed()
logic via UndoApplyUnconfirmed()
then ApplyConfirmed()
In multisig we can
have PendingTransaction
in its body, which if present, require us to Validate()
and `Apply(Un)Confirmed())
Current implementation missed the UndoApplyUnconfirmed()
of the pending tx if exist.
Metadata
Metadata
Assignees
Labels
BACKWARD_COMPATIBLErequire changes that are backward compatible, no reset requiredrequire changes that are backward compatible, no reset requiredBUGSomething isn't workingSomething isn't workingCOREcore functionalitiescore functionalitiesLOW_PRIORITYcan be postponedcan be postponed