From 8f8eee7c92eb3979d0a9916a9b36acc2d911afb1 Mon Sep 17 00:00:00 2001 From: Tom Pointon Date: Wed, 13 Jul 2022 11:02:37 +0100 Subject: [PATCH] Make Pyth contract abstract (#234) --- ethereum/contracts/pyth/Pyth.sol | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ethereum/contracts/pyth/Pyth.sol b/ethereum/contracts/pyth/Pyth.sol index cac17081..5c5d2568 100644 --- a/ethereum/contracts/pyth/Pyth.sol +++ b/ethereum/contracts/pyth/Pyth.sol @@ -11,7 +11,7 @@ import "./PythGetters.sol"; import "./PythSetters.sol"; import "./PythInternalStructs.sol"; -contract Pyth is PythGetters, PythSetters, AbstractPyth { +abstract contract Pyth is PythGetters, PythSetters, AbstractPyth { using BytesLib for bytes; function initialize(