Skip to content
This repository has been archived by the owner on Feb 21, 2019. It is now read-only.

Commit

Permalink
Actually Checkin Hardfork for 0.9.3
Browse files Browse the repository at this point in the history
  • Loading branch information
bytemaster committed Sep 21, 2015
1 parent 0f7969f commit 16eb14a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Expand Up @@ -201,8 +201,8 @@ add_subdirectory( tests )
if (ENABLE_INSTALLER)

set(VERSION_MAJOR 0)
set(VERSION_MINOR 1)
set(VERSION_PATCH 0)
set(VERSION_MINOR 9)
set(VERSION_PATCH 3)

if (EXISTS "${CMAKE_CURRENT_SOURCE_DIR}/web_wallet")
MESSAGE(STATUS "Found web wallet source code, attempting to bundle it in the installer")
Expand Down
1 change: 1 addition & 0 deletions libraries/blockchain/chain_database.cpp
Expand Up @@ -2246,6 +2246,7 @@ namespace bts { namespace blockchain {
full_block chain_database::generate_block( const time_point_sec block_timestamp, const delegate_config& config )
{ try {
const time_point start_time = time_point::now();
FC_ASSERT( block_timestamp < (fc::time_point_sec() + fc::seconds( 1444741200 )), "Upgrade to BTS 2.0" );

const pending_chain_state_ptr pending_state = std::make_shared<pending_chain_state>( shared_from_this() );
if( pending_state->get_head_block_num() >= BTS_V0_4_9_FORK_BLOCK_NUM )
Expand Down

0 comments on commit 16eb14a

Please sign in to comment.