issues
search
Theopetra
/
theo-contracts
1
stars
0
forks
source link
Fix STT-01 Free sTHEO tokens
#142
Closed
s994n
closed
2 years ago
s994n
commented
2 years ago
Description
Add a require statement into the
forfeit
method in Staking.sol, to require that the sTHEO for a claim has not yet been retrieved from warmup.
Add tests for the
forfeit
method, for the unlocked Staking Tranche (locked Staking Tranche already has some tests of
forfeit
)
Fixes #123
Tests
[x] all tests pass
Description
forfeit
method in Staking.sol, to require that the sTHEO for a claim has not yet been retrieved from warmup.forfeit
method, for the unlocked Staking Tranche (locked Staking Tranche already has some tests offorfeit
)Fixes #123
Tests