mirror of
https://github.com/logos-messaging/logos-messaging-rlnv2-contract.git
synced 2026-02-25 00:03:10 +00:00
remove ownable to clear compiler error
This commit is contained in:
parent
b4508dd0d4
commit
9be52113b8
@ -15,7 +15,7 @@ contract LinearPriceCalculator is IPriceCalculator, Ownable {
|
||||
/// @notice The price per message per epoch
|
||||
uint256 public pricePerMessagePerEpoch;
|
||||
|
||||
constructor(address _token, uint256 _pricePerMessagePerEpoch) Ownable() {
|
||||
constructor(address _token, uint256 _pricePerMessagePerEpoch) {
|
||||
_setTokenAndPrice(_token, _pricePerMessagePerEpoch);
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user