removed leftover param

This commit is contained in:
Ricardo Guilherme Schmidt 2018-03-16 22:57:30 -03:00
parent 3f77ea2b39
commit 81a2b136db

View File

@ -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;
}