From 74b03bee28720b6ea4d14c49820021ce76f92941 Mon Sep 17 00:00:00 2001 From: "fuder.eth" <139509124+vtjl10@users.noreply.github.com> Date: Sun, 5 Jan 2025 21:26:21 +0100 Subject: [PATCH 1/2] Update ClaimVerifier.sol --- contracts-domain/contracts/external/ClaimVerifier.sol | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contracts-domain/contracts/external/ClaimVerifier.sol b/contracts-domain/contracts/external/ClaimVerifier.sol index 12d57bac..a9937f56 100644 --- a/contracts-domain/contracts/external/ClaimVerifier.sol +++ b/contracts-domain/contracts/external/ClaimVerifier.sol @@ -162,7 +162,7 @@ library ClaimVerifier { } index += providerHashParamBytes.length; - // final indices tuple in valueIndices will be for star and end indices of provider hash + // final indices tuple in valueIndices will be for start and end indices of provider hash valueIndices[2 * valuesFound] = index; // Keep incrementing until '"' while ( From fb9a39a6e5efa7461b884dbf394cb81f8ea0132e Mon Sep 17 00:00:00 2001 From: "fuder.eth" <139509124+vtjl10@users.noreply.github.com> Date: Sun, 5 Jan 2025 21:26:46 +0100 Subject: [PATCH 2/2] Update DomainExchange.sol --- contracts-domain/contracts/DomainExchange.sol | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contracts-domain/contracts/DomainExchange.sol b/contracts-domain/contracts/DomainExchange.sol index c1070ede..cc6e2f16 100644 --- a/contracts-domain/contracts/DomainExchange.sol +++ b/contracts-domain/contracts/DomainExchange.sol @@ -367,7 +367,7 @@ contract DomainExchange is IDomainExchange, AddressAllowList, ReentrancyGuard, P * than the old price. The buyer must send the additional amount of ETH. The function reverts if * - bid has initiated refund, caller is not bid owner or listing is not active * - the new price is less than old price - * - msg.value is NOT STRICTLY EQUAL to than new price - old price + * - msg.value is NOT STRICTLY EQUAL to the new price - old price * * @param _bidId The unique identifier of the bid to increase the price for * @param _newPrice The new price for the bid