Skip to content

required sigs checks in init #23

@joshuahannan

Description

@joshuahannan

WalletMainLib’s init function verifies that all confirmation requirements are larger than zero, and that none of such requirements are larger than the total number of owners. However, there is no check to ensure that requiredMinor <= requiredMajor <= requiredAdmin. Consider adding this check in WalletMainLib’s init function, as well as in the WalletAdminLib functions that change requirements: changeRequiredAdmin, changeRequiredMajor and changeRequiredMinor.

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