Skip to content

Commit

Permalink
refactor: remove already inherited interfaces
Browse files Browse the repository at this point in the history
  • Loading branch information
Tommytrg committed Oct 25, 2022
1 parent 43e21e8 commit 42998af
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion contracts/impls/WitnetRequestBoardUpgradableBase.sol
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ import "./WitnetProxy.sol";
/// @author The Witnet Foundation.
abstract contract WitnetRequestBoardUpgradableBase
is
Proxiable,
Upgradable,
WitnetRequestBoard
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,7 @@ import "../../interfaces/IERC20.sol";
/// @author The Witnet Foundation
contract WitnetRequestBoardTrustableBoba
is
Payable,
WitnetRequestBoardTrustableBase
WitnetRequestBoardTrustableBase
{
uint256 internal lastBalance;
uint256 internal immutable _OVM_GAS_PRICE;
Expand Down

0 comments on commit 42998af

Please sign in to comment.