mirror of
https://github.com/status-im/visual-identity.git
synced 2025-02-13 04:57:03 +00:00
removed leftover param
This commit is contained in:
parent
c06ac0492a
commit
a03e3b514b
@ -54,7 +54,7 @@ contract ProposalManager is Controlled {
|
|||||||
Veto
|
Veto
|
||||||
}
|
}
|
||||||
|
|
||||||
function ProposalManager(MiniMeToken _SNT, TrustNetwork _trustNet, address _stakeBank) public {
|
function ProposalManager(MiniMeToken _SNT, TrustNetwork _trustNet) public {
|
||||||
trustNet = _trustNet;
|
trustNet = _trustNet;
|
||||||
SNT = _SNT;
|
SNT = _SNT;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user