fix comment

This commit is contained in:
Andrea Franz
2025-02-11 11:29:00 +01:00
parent b7c4636a87
commit 5eb55ee37c

View File

@@ -118,7 +118,7 @@ contract TimeWeightedStakingWithRewardsTest is Test {
dump();
console.log("3 years alice");
console.log("3 years alice unstakes 100");
console.log("3 years alice unstakes 50");
vm.warp(start + 730 days);
vm.prank(alice);
staking.unstake(50e18);