Skip to content

Typo: lenght -> length #17

Open
Open
@koxu1996

Description

@koxu1996

I noticed 3 misspelled occurrences in the code:

let lenght: u32 = storage::read(length_uref)
.unwrap_or_revert()
.unwrap_or_revert();
let seed = event_dict_seed();
let event_bytes = event.to_bytes().unwrap_or_revert();
let event_bytes: Bytes = event_bytes.into();
storage::dictionary_put(seed, &lenght.to_string(), event_bytes);
storage::write(length_uref, lenght + 1);

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions