Skip to content

Commit

Permalink
Update submodules
Browse files Browse the repository at this point in the history
  • Loading branch information
vikramrajkumar committed Jan 17, 2017
1 parent 0053613 commit ef356a1
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 8 deletions.
6 changes: 3 additions & 3 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
[submodule "docs"]
path = docs
url = https://github.com/cryptonomex/graphene.wiki.git
path = docs
url = https://github.com/bitshares/bitshares-core.wiki.git
ignore = dirty
[submodule "libraries/fc"]
path = libraries/fc
url = https://github.com/cryptonomex/fc.git
url = https://github.com/bitshares/bitshares-fc.git
ignore = dirty
2 changes: 1 addition & 1 deletion docs
Submodule docs updated from 8d8b69 to cc4a57
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,6 @@ namespace graphene { namespace chain {
} } // graphene::chain

FC_REFLECT(graphene::chain::account_options, (memo_key)(voting_account)(num_witness)(num_committee)(votes)(extensions))
FC_REFLECT_TYPENAME( graphene::chain::account_whitelist_operation::account_listing)
FC_REFLECT_ENUM( graphene::chain::account_whitelist_operation::account_listing,
(no_listing)(white_listed)(black_listed)(white_and_black_listed))

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -132,5 +132,4 @@ void add_authority_accounts(
} } // namespace graphene::chain

FC_REFLECT( graphene::chain::authority, (weight_threshold)(account_auths)(key_auths)(address_auths) )
FC_REFLECT_TYPENAME( graphene::chain::authority::classification )
FC_REFLECT_ENUM( graphene::chain::authority::classification, (owner)(active)(key) )
1 change: 0 additions & 1 deletion libraries/chain/include/graphene/chain/protocol/vote.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,6 @@ void from_variant( const fc::variant& var, graphene::chain::vote_id_type& vo );

} // fc

FC_REFLECT_TYPENAME( graphene::chain::vote_id_type::vote_type )
FC_REFLECT_TYPENAME( fc::flat_set<graphene::chain::vote_id_type> )

FC_REFLECT_ENUM( graphene::chain::vote_id_type::vote_type, (witness)(committee)(worker)(VOTE_TYPE_COUNT) )
Expand Down
2 changes: 1 addition & 1 deletion libraries/fc
Submodule fc updated 115 files

0 comments on commit ef356a1

Please sign in to comment.