From 44313ac8a40f8ed790efe53767c3c4faf9dadd5c Mon Sep 17 00:00:00 2001 From: Nathan Hourt Date: Wed, 24 Jun 2015 09:58:33 -0400 Subject: [PATCH] Address #79: Should be fixed, but I can't test because of #55 --- libraries/app/application.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/libraries/app/application.cpp b/libraries/app/application.cpp index 869dcc52a1..769dbf2e6f 100644 --- a/libraries/app/application.cpp +++ b/libraries/app/application.cpp @@ -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::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());