Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove useless code #2086

Merged
merged 3 commits into from
Dec 25, 2019
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion libraries/chain/include/graphene/chain/account_object.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,6 @@ namespace graphene { namespace chain {
/// operations the account may perform.
authority active;

typedef account_options options_type;
account_options options;

/// The reference implementation records the account's statistics in a separate object. This field contains the
Expand Down
2 changes: 1 addition & 1 deletion libraries/protocol/include/graphene/protocol/account.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ namespace graphene { namespace protocol {
* @brief Update an existing account
*
* This operation is used to update an existing account. It can be used to update the authorities, or adjust the options on the account.
* See @ref account_object::options_type for the options which may be updated.
* See @ref account_object::account_options for the options which may be updated.
abitmore marked this conversation as resolved.
Show resolved Hide resolved
*/
struct account_update_operation : public base_operation
{
Expand Down