Skip to content

Commit

Permalink
ready
Browse files Browse the repository at this point in the history
  • Loading branch information
lopu committed Sep 14, 2018
1 parent d31bafb commit ab502e6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
project( Node )
cmake_minimum_required( VERSION 3.2 )

set( BLOCKCHAIN_NAME "tWYM" )
set( BLOCKCHAIN_NAME "TWYM" )

set( GUI_CLIENT_EXECUTABLE_NAME Node )
set( CUSTOM_URL_SCHEME "gcs" )
Expand Down
2 changes: 1 addition & 1 deletion libraries/chain/include/node/chain/witness_objects.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ namespace node { namespace chain {

fc::uint128 current_virtual_time;
uint32_t next_shuffle_block_num = 1;
fc::array< account_name_type, MAX_WITNESSES > current_shuffled_witnesses;
fc::array< account_name_type, MAX_WITNESSES > current_shuffled_witnesses;
uint8_t num_scheduled_witnesses = 1;
uint8_t top19_weight = 1;
uint8_t timeshare_weight = 5;
Expand Down

0 comments on commit ab502e6

Please sign in to comment.