Skip to content

Commit 0ccf381

Browse files
committed
fixup! refactor: migrate IssuanceAllocator from PPM to absolute rates and add security improvements
1 parent d2e83ed commit 0ccf381

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/issuance/contracts/allocate/IssuanceAllocator.sol

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -815,6 +815,7 @@ contract IssuanceAllocator is
815815
if (_distributeIssuance() < minDistributedBlock) return false;
816816

817817
_notifyTarget(target);
818+
_notifyTarget(_getIssuanceAllocatorStorage().targetAddresses[0]);
818819

819820
// Total allocation calculation and check is delayed until after notifications.
820821
// Distributing and notifying unnecessarily is harmless, but we need to prevent

0 commit comments

Comments
 (0)