mirror of
https://github.com/status-im/visual-identity.git
synced 2025-02-13 04:57:03 +00:00
fix typo
This commit is contained in:
parent
587df6fe40
commit
f6b2174694
@ -2,6 +2,7 @@ pragma solidity ^0.4.21;
|
||||
|
||||
import "../common/Controlled.sol";
|
||||
import "./TrustNetworkInterface.sol";
|
||||
import "./DelegationProxyInterface.sol";
|
||||
import "./DelegationProxyFactory.sol";
|
||||
|
||||
|
||||
@ -16,8 +17,8 @@ contract TrustNetwork is TrustNetworkInterface, Controlled {
|
||||
DelegationProxyFactory delegationFactory;
|
||||
|
||||
struct Topic {
|
||||
DelegationProxy voteDelegation;
|
||||
DelegationProxy vetoDelegation;
|
||||
DelegationProxyInterface voteDelegation;
|
||||
DelegationProxyInterface vetoDelegation;
|
||||
}
|
||||
|
||||
function TrustNetwork(address _delegationFactory) public {
|
||||
|
Loading…
x
Reference in New Issue
Block a user