mirror of
https://github.com/Rucknium/misc-research.git
synced 2024-12-22 19:39:21 +00:00
Get correct block height for July 2020
This commit is contained in:
parent
b433a17c8c
commit
bb1b473c14
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ data.dir <- ""
|
|||
bch.config <- rbch::conrpc(bitcoin.conf.file)
|
||||
|
||||
|
||||
first.fusion.height <- 610700
|
||||
first.fusion.height <- 646085
|
||||
|
||||
current.block.height <- rbch::getblockchaininfo(bch.config)@result$blocks
|
||||
|
||||
|
|
Loading…
Reference in a new issue