fixed update witness operation - added new_initial_secret

This commit is contained in:
PBSA Github Manager 2017-05-28 01:50:33 -03:00 committed by GitHub
parent 1087c3bca0
commit 4cc9f11fec

View file

@ -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;
};