Skip to content

Commit

Permalink
fix: restrict function purity
Browse files Browse the repository at this point in the history
  • Loading branch information
barrutko committed Jun 20, 2024
1 parent 5e19a0c commit 33a274f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/proposals/20240627/SparkGnosis_20240627.sol
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ contract SparkGnosis_20240627 is SparkPayloadGnosis {
address public constant USDCE_PRICE_FEED = 0x6FC2871B6d9A94866B7260896257Fd5b50c09900;

function newListings()
public view override returns (IEngine.Listing[] memory)
public pure override returns (IEngine.Listing[] memory)
{
IEngine.Listing[] memory listings = new IEngine.Listing[](1);

Expand Down

0 comments on commit 33a274f

Please sign in to comment.