Skip to content

Commit 8f8eee7

Browse files
authored
Make Pyth contract abstract (#234)
1 parent b062cd5 commit 8f8eee7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ethereum/contracts/pyth/Pyth.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ import "./PythGetters.sol";
1111
import "./PythSetters.sol";
1212
import "./PythInternalStructs.sol";
1313

14-
contract Pyth is PythGetters, PythSetters, AbstractPyth {
14+
abstract contract Pyth is PythGetters, PythSetters, AbstractPyth {
1515
using BytesLib for bytes;
1616

1717
function initialize(

0 commit comments

Comments
 (0)