ipfsconsortium / pm

Project management for the IPFS consortium
1 stars 0 forks source link

set member list in constructor + set initial quota in constructor #12

Open sponnet opened 6 years ago

sponnet commented 6 years ago

the IPFSProxy constructor should include the initial memberlist , the threshold for changes in the multisig and the initial quota of this consortium.

function IPFSProxy(address[] _members,uint _required, uint _persistlimit)