mirror of
https://github.com/bitcoin-s/bitcoin-s.git
synced 2025-02-22 06:31:55 +01:00
Change size_on_disk to a Long (#584)
This commit is contained in:
parent
1394ef3409
commit
2632e1a628
1 changed files with 1 additions and 1 deletions
|
@ -60,7 +60,7 @@ case class GetBlockChainInfoResult(
|
|||
verificationprogress: BigDecimal,
|
||||
initialblockdownload: Boolean,
|
||||
chainwork: String, // How should this be handled?
|
||||
size_on_disk: Int,
|
||||
size_on_disk: Long,
|
||||
pruned: Boolean,
|
||||
pruneheight: Option[Int],
|
||||
softforks: Vector[Softfork],
|
||||
|
|
Loading…
Add table
Reference in a new issue