You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
Add logic validate in case minStake of wallet > minStake of validator
Re-proceduce
Data test:
Check with STAR earning option on Dancelight network
Account balance = 0.5
minStake of wallet = 1
minStake of validator = 0.1
Steps:
Perform stake on Specific account mode
Perform stake on All account mode
Actual:
All account mode: Can stake
Specific account mode: Can't stake
Screen.Recording.2025-10-20.162718.mp4
Expect: On all account mode, add validate when click button Stake on Stake screen: When min stake of wallet > min stake of validator => Compare balance with min stake of wallet