From de8f764450b455ba34183a8664a89197c1a72f70 Mon Sep 17 00:00:00 2001 From: Eric Chen Date: Wed, 26 Nov 2025 12:33:00 -0800 Subject: [PATCH] Modify function parameters in MockPyth.sol Updated function parameters to use comments instead of names. --- target_chains/ethereum/sdk/solidity/MockPyth.sol | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/target_chains/ethereum/sdk/solidity/MockPyth.sol b/target_chains/ethereum/sdk/solidity/MockPyth.sol index 31fd72d3d3..8dd58958fc 100644 --- a/target_chains/ethereum/sdk/solidity/MockPyth.sol +++ b/target_chains/ethereum/sdk/solidity/MockPyth.sol @@ -92,8 +92,8 @@ contract MockPyth is AbstractPyth { uint64 minAllowedPublishTime, uint64 maxAllowedPublishTime, bool checkUniqueness, - bool checkUpdateDataIsMinimal, - bool storeUpdatesIfFresh + bool /* checkUpdateDataIsMinimal */, + bool /* storeUpdatesIfFresh */ ) public payable