Skip to content

Commit

Permalink
Merge pull request #65 from WillAchain/master
Browse files Browse the repository at this point in the history
update blockchain parameter
  • Loading branch information
willchain authored May 6, 2019
2 parents 34a15fc + 55d6d0b commit 02f568d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ set( CMAKE_CXX_EXTENSIONS ON )
set( CXX_STANDARD_REQUIRED ON)

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

set( CLI_CLIENT_EXECUTABLE_NAME cleos )
Expand Down
2 changes: 1 addition & 1 deletion libraries/chain/genesis_state.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
namespace eosio { namespace chain {

genesis_state::genesis_state() {
initial_timestamp = fc::time_point::from_iso_string( "2018-06-01T12:00:00" );
initial_timestamp = fc::time_point::from_iso_string( "2019-05-05T12:00:00" );
initial_key = fc::variant(eosio_root_key).as<public_key_type>();
}

Expand Down
2 changes: 1 addition & 1 deletion tutorials/bios-boot-tutorial/genesis.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"initial_timestamp": "2018-10-30T12:00:00.000",
"initial_timestamp": "2019-05-05T12:00:00.000",
"initial_key": "ACTX7cvL5oqAPJRe6vGz73sthbdnKHryf1RbmaYCax1E3k2KDh7bem",
"initial_configuration": {
"max_block_net_usage": 1048576,
Expand Down

0 comments on commit 02f568d

Please sign in to comment.