fixed update witness operation - added new_initial_secret
This commit is contained in:
parent
1087c3bca0
commit
4cc9f11fec
1 changed files with 3 additions and 1 deletions
|
|
@ -68,7 +68,9 @@ namespace graphene { namespace chain {
|
|||
optional< string > new_url;
|
||||
/// The new block signing key.
|
||||
optional< public_key_type > new_signing_key;
|
||||
|
||||
/// The new secreat hash.
|
||||
optional<secret_hash_type> new_initial_secret;
|
||||
|
||||
account_id_type fee_payer()const { return witness_account; }
|
||||
void validate()const;
|
||||
};
|
||||
|
|
|
|||
Loading…
Reference in a new issue