forked from lthn/blockchain
Fix error message grammar in ChainConfig.cmake
Corrected the grammar of the fatal error message when both premine wallet and fresh genesis generation are enabled.
This commit is contained in:
parent
ba059f76d4
commit
e3e588846f
1 changed files with 1 additions and 1 deletions
|
|
@ -16,7 +16,7 @@ set(GENERATE_PREMINE_WALLET OFF CACHE BOOL "Generate premine wallet")
|
|||
set(PREMINE_WALLET_PASSWORD "" CACHE STRING "Premine wallet password")
|
||||
|
||||
if (GENERATE_PREMINE_WALLET AND GENERATE_FRESH_GENESIS)
|
||||
message(FATAL_ERROR "Genesis can be generatet together with premine wallet")
|
||||
message(FATAL_ERROR "Genesis can not be generated together with premine wallet")
|
||||
endif()
|
||||
|
||||
if (GENERATE_PREMINE_WALLET)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue