Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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