From f6c113adb2f6937663d329cefa19b5eee66c0d84 Mon Sep 17 00:00:00 2001 From: nick Date: Tue, 12 Nov 2024 14:56:03 +0900 Subject: [PATCH] fix: update visibility --- contracts/v0.2/src/SubmissionProxy.sol | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contracts/v0.2/src/SubmissionProxy.sol b/contracts/v0.2/src/SubmissionProxy.sol index b4a66a60c..0be708aab 100644 --- a/contracts/v0.2/src/SubmissionProxy.sol +++ b/contracts/v0.2/src/SubmissionProxy.sol @@ -483,7 +483,7 @@ contract SubmissionProxy is Ownable { int256[] calldata _answers, uint256[] calldata _timestamps, bytes[] calldata _proofs - ) public { + ) external { if ( _feedHashes.length != _answers.length || _answers.length != _proofs.length || _proofs.length != _timestamps.length || _feedHashes.length > maxSubmission