Skip to content

Commit

Permalink
Increase BorrowerNFT counter bytes from 2 to 4 (#241)
Browse files Browse the repository at this point in the history
  • Loading branch information
haydenshively authored Aug 16, 2024
1 parent 1664135 commit 386dfc9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion periphery/src/borrower-nft/BorrowerNFT.sol
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ contract BorrowerNFT is ERC721Z {

/// @inheritdoc ERC721Z
function _INDEX_SIZE() internal pure override returns (uint256) {
return 2;
return 4;
}

/// @inheritdoc ERC721Z
Expand Down

0 comments on commit 386dfc9

Please sign in to comment.