We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d2e83ed commit 0ccf381Copy full SHA for 0ccf381
packages/issuance/contracts/allocate/IssuanceAllocator.sol
@@ -815,6 +815,7 @@ contract IssuanceAllocator is
815
if (_distributeIssuance() < minDistributedBlock) return false;
816
817
_notifyTarget(target);
818
+ _notifyTarget(_getIssuanceAllocatorStorage().targetAddresses[0]);
819
820
// Total allocation calculation and check is delayed until after notifications.
821
// Distributing and notifying unnecessarily is harmless, but we need to prevent
0 commit comments