Skip to content

Commit

Permalink
fix: update visibility
Browse files Browse the repository at this point in the history
  • Loading branch information
nick-bisonai committed Nov 12, 2024
1 parent 404f483 commit f6c113a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contracts/v0.2/src/SubmissionProxy.sol
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f6c113a

Please sign in to comment.