mirror of
https://github.com/status-im/topic-democracy.git
synced 2025-02-24 16:18:46 +00:00
remove controller
This commit is contained in:
parent
6b3dfcbfd0
commit
839101af1d
@ -1,7 +1,6 @@
|
||||
pragma solidity ^0.4.17;
|
||||
|
||||
import "../token/ERC20Token.sol";
|
||||
import "../common/Controlled.sol";
|
||||
import "../common/MessageSigned.sol";
|
||||
|
||||
|
||||
@ -14,7 +13,7 @@ import "../common/MessageSigned.sol";
|
||||
token is deposited, and transferred from stakeholders to recipients upon receiving
|
||||
a reply from the recipient.
|
||||
*/
|
||||
contract MessageTribute is Controlled, MessageSigned {
|
||||
contract MessageTribute is MessageSigned {
|
||||
|
||||
event AudienceGranted(address indexed from, address indexed to, bool approve);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user