Skip to content

Commit

Permalink
added gap in Multisig
Browse files Browse the repository at this point in the history
  • Loading branch information
Rayerleier committed Jan 13, 2025
1 parent b27787b commit 98f0bff
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 2 additions & 0 deletions src/libraries/MultisigValidated.sol
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ contract MultisigValidated is Initializable, OwnableUpgradeable, AccessControlUp

mapping(address => mapping(bytes32 => bool)) private _seenSigners;

uint256[50] __gaps;

error NotEnoughSignatures();
error InvalidSigner();
error DuplicateSignature();
Expand Down
4 changes: 0 additions & 4 deletions test/iBTC_NetworkMiddleware.t.sol
Original file line number Diff line number Diff line change
Expand Up @@ -657,10 +657,6 @@ contract iBTC_NetworkMiddlewareTest is Test {
);
}

function testDistributeStakerRewardsWithMultipleEpochsAndUsers() public {
//TODO: Implement this test
}

function testClaimStakerRewards() public {
uint256 distributeAmount = 10e18; // 10 Reward tokens
uint256 adminFee = 1e1;
Expand Down

0 comments on commit 98f0bff

Please sign in to comment.