Skip to content

Commit

Permalink
Update witness_object.hpp
Browse files Browse the repository at this point in the history
corrections to ensure that file compiles. Method outline for resigning witnesses and witness disabling of operations.
  • Loading branch information
VoR0220 committed Jul 8, 2015
1 parent a7d517e commit a152351
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions libraries/chain/include/graphene/chain/witness_object.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@ namespace graphene { namespace chain {

witness_object() : vote_id(vote_id_type::witness) {}

void resign_witness(witness_account, signing_key, accumulated_income);
void disable_operations(witness_account, signing_key);
void resign_witness(const account_id_type witness_account, const public_key_type signing_key, const share_type accumulated_income);
void disable_operations(const account_id_type witness_account, const public_key_type signing_key);
};

struct by_account;
Expand Down

0 comments on commit a152351

Please sign in to comment.