Upload THUR (#101)

* Upload THUR

* Update chains number
This commit is contained in:
lbk3530 2019-08-29 23:03:16 +08:00 committed by Mykola
parent 89e3306d23
commit 283af98228
2 changed files with 1 additions and 1 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 16 KiB

After

Width:  |  Height:  |  Size: 18 KiB

View File

@ -25,7 +25,7 @@ function checkRootDir () {
checkBlockhainsFolder()
function checkBlockhainsFolder(){
const currentBlockchains = 58
const currentBlockchains = 59
const foundBlockchains = readDirSync('./blockchains')
if (foundBlockchains.length !== currentBlockchains) {