Skip to content

Don't allow to stake amounts below the min stake #103

@cygnusv

Description

@cygnusv

There are reports from stakers with UI failures when the stake amount is below or equal to the min stake (40K T). The UI should only allow to stake amounts that are greater than the min.

For reference, the smart contract checks the amount is strictly greater:
require(amount > minTStakeAmount, "Amount is less than minimum");

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