ebtc-protocol/ebtc

Remove open syncGracePeriod

Closed this issue · 1 comments

https://github.com/cantinasec/review-badgerdao/issues/29

  • make the syncGracePeriod function internal
  • to CdpManagerTester, could add the external, publically callable syncGracePeriod for testing purposes

for all the tests that use syncGracePeriod, the call can probably be replaced by syncGlobalAccountingAndGracePeriod

PR is here #667