Set core asset issuer to null account
No one should be able to interfere with the behavior of core asset, so codify this.
This commit is contained in:
parent
ce84de41be
commit
9a3a6a5234
1 changed files with 1 additions and 1 deletions
|
|
@ -285,7 +285,7 @@ void database::init_genesis(const genesis_state_type& genesis_state)
|
|||
a.precision = GRAPHENE_BLOCKCHAIN_PRECISION_DIGITS;
|
||||
a.options.flags = 0;
|
||||
a.options.issuer_permissions = 0;
|
||||
a.issuer = committee_account.id;
|
||||
a.issuer = GRAPHENE_NULL_ACCOUNT;
|
||||
a.options.core_exchange_rate.base.amount = 1;
|
||||
a.options.core_exchange_rate.base.asset_id = 0;
|
||||
a.options.core_exchange_rate.quote.amount = 1;
|
||||
|
|
|
|||
Loading…
Reference in a new issue