Skip to content

Wrong parameter name and documentation for GetDictionaryItem method #34

@davidatwhiletrue

Description

@davidatwhiletrue

GetDictionaryItem() method first parameter is dictionaryItem and it should be dictionaryKey.

XML Documentation says:

    /// <summary>
    /// Lookup a dictionary item from its dictionary item key.
    /// </summary>
    /// <param name="dictionaryItem">The dictionary item key to retrieve.</param>
    /// <param name="stateRootHash">Hash of the state root.</param>

and it should be:

    /// <summary>
    /// Lookup a dictionary item from its dictionary key.
    /// </summary>
    /// <param name="dictionaryeyK">The dictionary key to retrieve.</param>
    /// <param name="stateRootHash">Hash of the state root.</param>

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