Skip to content
Snippets Groups Projects
Commit c723ece8 authored by Cédric Moreau's avatar Cédric Moreau
Browse files

Fix: little typo in "Trial" message

parent 6906f875
No related branches found
No related tags found
No related merge requests found
......@@ -61,7 +61,7 @@ function PermanentProver(server) {
const version = current ? current.version : 3;
const trial = yield rules.HELPERS.getTrialLevel(version, selfPubkey, conf, dal);
if (trial > (current.powMin + 2)) {
logger.warn('Trial = ', trial);
logger.warn('Trial = %s', trial);
throw 'Too high difficulty: waiting for other members to write next block';
}
const lastIssuedByUs = current.issuer == selfPubkey;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment