Skip to content

Commit d0ff3a3

Browse files
committed
feat: add override keyword to TwapPriceFeed function in Pyth contract
1 parent 98ab843 commit d0ff3a3

File tree

1 file changed

+1
-0
lines changed
  • target_chains/ethereum/contracts/contracts/pyth

1 file changed

+1
-0
lines changed

target_chains/ethereum/contracts/contracts/pyth/Pyth.sol

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -314,6 +314,7 @@ abstract contract Pyth is
314314
)
315315
external
316316
payable
317+
override
317318
returns (PythStructs.TwapPriceFeed[] memory twapPriceFeeds)
318319
{
319320
{

0 commit comments

Comments
 (0)