From f02d003ef57546fc8af50598174c66871af4690f Mon Sep 17 00:00:00 2001 From: Joseph C Wang Date: Sun, 11 Oct 2020 03:09:12 +0800 Subject: [PATCH] fix import typo --- GovernorAlpha.sol | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GovernorAlpha.sol b/GovernorAlpha.sol index 485e44e..c9562c1 100644 --- a/GovernorAlpha.sol +++ b/GovernorAlpha.sol @@ -13,7 +13,7 @@ pragma solidity 0.6.12; pragma experimental ABIEncoderV2; -import "./CORE.sol"; +import "./ENCORE.sol"; contract GovernorAlpha { /// @notice The name of this contract