We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b062cd5 commit 8f8eee7Copy full SHA for 8f8eee7
ethereum/contracts/pyth/Pyth.sol
@@ -11,7 +11,7 @@ import "./PythGetters.sol";
11
import "./PythSetters.sol";
12
import "./PythInternalStructs.sol";
13
14
-contract Pyth is PythGetters, PythSetters, AbstractPyth {
+abstract contract Pyth is PythGetters, PythSetters, AbstractPyth {
15
using BytesLib for bytes;
16
17
function initialize(
0 commit comments