Skip to content

Commit

Permalink
ON-787: fix diff
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Lima committed Apr 9, 2024
1 parent cc47d00 commit fe33ec2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contracts/OriumSftMarketplace.sol
Original file line number Diff line number Diff line change
Expand Up @@ -433,7 +433,7 @@ contract OriumSftMarketplace is Initializable, OwnableUpgradeable, PausableUpgra
);
LibOriumSftMarketplace.validateOffer(_offer);
require(nonceDeadline[_offer.lender][_offer.nonce] == 0, "OriumSftMarketplace: nonce already used");

if (_offer.commitmentId != 0) {
uint256 _commitmentNonce = commitmentIdToNonce[_rolesRegistryAddress][_offer.commitmentId];

Expand Down

0 comments on commit fe33ec2

Please sign in to comment.