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

Fix: random bug on Travis

parent 35b5a760
No related branches found
No related tags found
No related merge requests found
......@@ -100,11 +100,13 @@ function Node (dbName, options) {
BlockchainService.prove(block, sigFunc, difficulty, next);
},
function (provenBlock, next){
if (provenBlock) {
logger.debug(provenBlock.getRawSigned());
post('/blockchain/block', {
"block": provenBlock.getRawSigned()
}, next);
}
}
], done);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment