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

Log: info on keyblock successfuly added

parent 2bc62bcd
No related branches found
No related tags found
No related merge requests found
...@@ -489,6 +489,7 @@ function KeyService (conn, conf, PublicKeyService) { ...@@ -489,6 +489,7 @@ function KeyService (conn, conf, PublicKeyService) {
} }
function saveBlockData (block, done) { function saveBlockData (block, done) {
logger.info('Block #' + block.number + ' added to the keychain');
async.waterfall([ async.waterfall([
function (next) { function (next) {
// Saves the block // Saves the block
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment