Skip to content

Commit

Permalink
make organizations public (#22)
Browse files Browse the repository at this point in the history
bump version to 09
  • Loading branch information
orenyodfat authored Oct 11, 2018
1 parent 654f78d commit 1c3aaad
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion contracts/VotingMachines/GenesisProtocol.sol
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ contract GenesisProtocol is IntVoteInterface {
mapping(bytes32=>uint) public orgBoostedProposalsCnt;
mapping(bytes32=>OrderStatisticTree.Tree) proposalsExpiredTimes; //proposals expired times
//organizationId => organization
mapping(bytes32 => address ) organizations;
mapping(bytes32 => address ) public organizations;
StandardToken public stakingToken;
mapping(bytes=>bool) stakeSignatures; //stake signatures
address constant GEN_TOKEN_ADDRESS = 0x543Ff227F64Aa17eA132Bf9886cAb5DB55DCAddf;
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@daostack/infra",
"version": "0.0.0-alpha.08",
"version": "0.0.0-alpha.09",
"description": "Base layer DAO's components",
"files": [
"contracts/",
Expand Down

0 comments on commit 1c3aaad

Please sign in to comment.