diff --git a/CMakeLists.txt b/CMakeLists.txt index fc584b4bd8..eb7397e201 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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" ) diff --git a/libraries/chain/include/node/chain/witness_objects.hpp b/libraries/chain/include/node/chain/witness_objects.hpp index a131726104..d250046048 100644 --- a/libraries/chain/include/node/chain/witness_objects.hpp +++ b/libraries/chain/include/node/chain/witness_objects.hpp @@ -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;