Skip to content

Commit

Permalink
update each pool's status during global shutdown
Browse files Browse the repository at this point in the history
  • Loading branch information
C2tP-C2tP committed May 13, 2021
1 parent bcf44ff commit 446a69c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions contracts/contracts/Booster.sol
Original file line number Diff line number Diff line change
Expand Up @@ -240,6 +240,7 @@ contract Booster{

//withdraw from gauge
try IStaker(staker).withdrawAll(token,gauge){
pool.shutdown = true;
}catch{}
}
}
Expand Down

0 comments on commit 446a69c

Please sign in to comment.