lastbloc.js is now a module

This commit is contained in:
2018-12-01 10:47:03 +01:00
parent 1d90cd185a
commit 24bbee0109
4 changed files with 44 additions and 34 deletions

View File

@@ -32,5 +32,5 @@ function init_2018025(leblock)
}
$(document).ready(function(){
last_block_hooks.push(init_2018025);
blockchainListener.addBlockHook(init_2018025);
});