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:
Nathan Hourt 2015-07-22 10:09:07 -04:00
parent ce84de41be
commit 9a3a6a5234

View file

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