@openzeppelin/confidential-contracts 0.4.0 → 0.4.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
// SPDX-License-Identifier: MIT
|
|
2
|
-
// OpenZeppelin Confidential Contracts (last updated v0.4.
|
|
2
|
+
// OpenZeppelin Confidential Contracts (last updated v0.4.1) (finance/BatcherConfidential.sol)
|
|
3
3
|
|
|
4
4
|
pragma solidity ^0.8.27;
|
|
5
5
|
|
|
@@ -379,6 +379,7 @@ abstract contract BatcherConfidential is ReentrancyGuardTransient, IERC7984Recei
|
|
|
379
379
|
|
|
380
380
|
FHE.allowThis(newTotalDeposits);
|
|
381
381
|
FHE.allowThis(newDeposits);
|
|
382
|
+
FHE.allowThis(joinedAmount);
|
|
382
383
|
FHE.allow(newDeposits, to);
|
|
383
384
|
FHE.allow(joinedAmount, to);
|
|
384
385
|
|