Skip to content

Commit

Permalink
Merge pull request #3 from EOS-Mainnet/sys-to-eos
Browse files Browse the repository at this point in the history
add EOS as the default token
  • Loading branch information
igorls authored Jun 1, 2018
2 parents 6d66276 + a416db0 commit d3c00a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ endif()
add_subdirectory( externals )

if ("${CORE_SYMBOL_NAME}" STREQUAL "")
set( CORE_SYMBOL_NAME "SYS" )
set( CORE_SYMBOL_NAME "EOS" )
endif()
string(TOUPPER ${CORE_SYMBOL_NAME} CORE_SYMBOL_NAME)

Expand Down

0 comments on commit d3c00a8

Please sign in to comment.