Skip to content

Commit

Permalink
feat: move recipient mock to intermediary mocks folder
Browse files Browse the repository at this point in the history
  • Loading branch information
0xAustrian committed Sep 2, 2024
1 parent 6e8d39a commit cc657ae
Show file tree
Hide file tree
Showing 4 changed files with 187 additions and 510 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -348,7 +348,7 @@ abstract contract RecipientsExtension is BaseStrategy, Errors, IRecipientsExtens
/// @dev Each new status in the statuses row (_fullrow) gets isolated and sent to _reviewRecipientStatus for review.
/// @param _rowIndex Row index in the statusesBitMap mapping
/// @param _fullRow New row of statuses
function _processStatusRow(uint256 _rowIndex, uint256 _fullRow) internal returns (uint256) {
function _processStatusRow(uint256 _rowIndex, uint256 _fullRow) internal virtual returns (uint256) {
// Loop through each status in the updated row
uint256 currentRow = statusesBitMap[_rowIndex];
for (uint256 col = 0; col < 64; ++col) {
Expand Down
Loading

0 comments on commit cc657ae

Please sign in to comment.