File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
packages/issuance/contracts/allocate Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -66,7 +66,7 @@ This system enables:
6666- ** Rapid response** : Pause immediately during operational issues without losing track of issuance
6767- ** Investigation time** : Allow time to investigate and resolve issues while maintaining issuance accounting
6868- ** Gradual recovery** : Distribute accumulated issuance manually or automatically when ready
69- - ** Target changes** : Modify allocations during pause periods, with accumulated issuance distributed to according to updated allocations
69+ - ** Target changes** : Modify allocations during pause periods, with accumulated issuance distributed according to updated allocations
7070
7171### Storage
7272
Original file line number Diff line number Diff line change @@ -481,7 +481,7 @@ contract IssuanceAllocator is
481481 AllocationTarget storage targetData = $.allocationTargets[target];
482482
483483 // Total allocation calculation and check is delayed until after notifications.
484- // Distributing and notifying unecessarily is harmless, but we need to prevent
484+ // Distributing and notifying unnecessarily is harmless, but we need to prevent
485485 // reentrancy looping changing allocations mid-calculation.
486486 // (Would not be likely to be exploitable due to only governor being able to
487487 // make a call to set target allocation, but better to be paranoid.)
You can’t perform that action at this time.
0 commit comments