Address #79: Should be fixed, but I can't test because of #55

This commit is contained in:
Nathan Hourt 2015-06-24 09:58:33 -04:00
parent ed381af304
commit 44313ac8a4

View file

@ -152,6 +152,8 @@ namespace detail {
auto nathan_key = fc::ecc::private_key::regenerate(fc::sha256::hash(string("nathan")));
genesis_state_type initial_state;
fc::reflector<fee_schedule_type>::visit(
fee_schedule_type::fee_set_visitor{initial_state.initial_parameters.current_fees, 0});
secret_hash_type::encoder enc;
fc::raw::pack(enc, nathan_key);
fc::raw::pack(enc, secret_hash_type());