Skip to content

Investigate whether "cancel" transactions should be pushed to state in Transactions Controller as we do with "speed up" transactions #1168

Open
@adonesky1

Description

@adonesky1

Is there some reason we don't add "cancel" transactions into the transactions array like we do with speedup transactions?
cancel:

this.hub.emit(`${transactionMeta.id}:finished`, transactionMeta);

speedup:
transactions.push(newTransactionMeta);

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions