Skip to content

Commit

Permalink
Update domain.hpp
Browse files Browse the repository at this point in the history
  • Loading branch information
grimadas authored Jul 13, 2017
1 parent 4e893d1 commit f6b5260
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions irohad/model/domain.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -29,15 +29,10 @@ namespace iroha {
*/
struct Domain {
/**
* Domain unique identifier
* Domain unique identifier (full name)
*/
const std::string full_name;
const std::string domain_id;

const std::string parent_full_name;
/**
* Can everyone join domain
*/
bool open;
};
}
}
Expand Down

0 comments on commit f6b5260

Please sign in to comment.