Merge branch 'develop' of https://github.com/peerplays-network/peerplays into develop
This commit is contained in:
commit
94ec9a67b4
1 changed files with 1 additions and 1 deletions
|
|
@ -204,7 +204,7 @@ block_production_condition::block_production_condition_enum witness_plugin::bloc
|
|||
break;
|
||||
case block_production_condition::no_private_key:
|
||||
ilog("Not producing block because I don't have the private key for ${scheduled_key}",
|
||||
("n", capture["n"])("t", capture["t"])("c", capture["c"]));
|
||||
("scheduled_key", capture["scheduled_key"]));
|
||||
break;
|
||||
case block_production_condition::low_participation:
|
||||
elog("Not producing block because node appears to be on a minority fork with only ${pct}% witness participation",
|
||||
|
|
|
|||
Loading…
Reference in a new issue