Skip to content

Commit

Permalink
Address #79: Should be fixed, but I can't test because of #55
Browse files Browse the repository at this point in the history
  • Loading branch information
nathanielhourt committed Jun 24, 2015
1 parent ed381af commit 44313ac
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions libraries/app/application.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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());
Expand Down

0 comments on commit 44313ac

Please sign in to comment.