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