Merge commit '7f75be5ced9bbe6c0671b3dadc46bcaecc3c1beb' into bitshares
This commit is contained in:
commit
38e5d91355
1 changed files with 2 additions and 2 deletions
|
|
@ -191,10 +191,10 @@ block_production_condition::block_production_condition_enum witness_plugin::bloc
|
|||
ilog("Not producing block because production is disabled until we receive a recent block (see: --enable-stale-production)");
|
||||
break;
|
||||
case block_production_condition::not_my_turn:
|
||||
ilog("Not producing block because it isn't my turn");
|
||||
//ilog("Not producing block because it isn't my turn");
|
||||
break;
|
||||
case block_production_condition::not_time_yet:
|
||||
ilog("Not producing block because slot has not yet arrived");
|
||||
//ilog("Not producing block because slot has not yet arrived");
|
||||
break;
|
||||
case block_production_condition::no_private_key:
|
||||
ilog("Not producing block because I don't have the private key for ${scheduled_key}", (capture) );
|
||||
|
|
|
|||
Loading…
Reference in a new issue