peerplays_migrated/libraries/chain/genesis_state.cpp

16 lines
376 B
C++
Raw Normal View History

#include <graphene/chain/genesis_state.hpp>
// these are required to serialize a genesis_state
#include <fc/smart_ref_impl.hpp> // required for gcc in release mode
#include <graphene/chain/protocol/fee_schedule.hpp>
namespace graphene { namespace chain {
chain_id_type genesis_state_type::compute_chain_id() const
{
2015-10-12 15:46:32 +00:00
return initial_chain_id;
}
} } // graphene::chain