Initial block chain fetching of existing blocks

This commit is contained in:
obscuren
2014-02-21 13:06:17 +01:00
parent 05c353eca0
commit aaac0c9998
2 changed files with 12 additions and 2 deletions

View File

@@ -76,6 +76,6 @@ ApplicationWindow {
}
function addBlock(block) {
blockModel.append({number: block.number, hash: block.hash})
blockModel.insert(0, {number: block.number, hash: block.hash})
}
}