Skip to content
This repository has been archived by the owner on Feb 21, 2019. It is now read-only.

Commit

Permalink
merge, remove no correct variable in_sync for delegagtes
Browse files Browse the repository at this point in the history
  • Loading branch information
bitsha256 committed Aug 1, 2014
2 parents 3b3724f + 74bd090 commit 3448f7c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion libraries/client/client.cpp
Expand Up @@ -744,7 +744,6 @@ config load_config( const fc::path& datadir )
{
try
{
FC_ASSERT( _in_sync, "Blockchain must be synced to produce blocks!" );
FC_ASSERT( network_get_connection_count() >= _min_delegate_connection_count,
"Client must have ${count} connections before you may produce blocks!",
("count",_min_delegate_connection_count) );
Expand Down
2 changes: 1 addition & 1 deletion setenv.bat
Expand Up @@ -6,7 +6,7 @@ set OPENSSL_ROOT=%BITSHARES_ROOT%\OpenSSL
set OPENSSL_ROOT_DIR=%OPENSSL_ROOT%
set OPENSSL_INCLUDE_DIR=%OPENSSL_ROOT%\include
set DBROOTDIR=%BITSHARES_ROOT%\BerkeleyDB
set QTDIR=%BITSHARES_ROOT%\Qt5.3.1\5.3\msvc2013
set QTDIR=%BITSHARES_ROOT%\QT
set ICUROOT=%BITSHARES_ROOT%\ICU
set BOOST_ROOT=%BITSHARES_ROOT%\boost_1.55

Expand Down

0 comments on commit 3448f7c

Please sign in to comment.