Skip to content

All system module events are missing from dictionary #9

@ianhe8x

Description

@ianhe8x

In the dictionary code we have

evt.event.section !== "system" &&
        evt.event.method !== "ExtrinsicSuccess"

which is skipping this particular event to save storage and io, but it is incorrectly implemented,
the correct expression is

        !(evt.event.section === "system" &&
        evt.event.method === "ExtrinsicSuccess")

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions