Make Pyth contract abstract (#234)

This commit is contained in:
Tom Pointon 2022-07-13 11:02:37 +01:00 committed by GitHub
parent b062cd51fa
commit 8f8eee7c92
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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(