Skip to content

Commit

Permalink
Fix decimals as pure function in IPriceFeedDispatcher
Browse files Browse the repository at this point in the history
  • Loading branch information
tailingchen committed May 5, 2023
1 parent b4a976b commit 86ffd33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contracts/interface/IPriceFeedDispatcher.sol
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,5 @@ interface IPriceFeedDispatcher is IPriceFeedDispatcherEvent {

function getUniswapV3PriceFeed() external view returns (address);

function decimals() external view returns (uint8);
function decimals() external pure returns (uint8);
}

0 comments on commit 86ffd33

Please sign in to comment.