mirror of
https://github.com/bitcoin/bitcoin.git
synced 2026-04-18 19:47:53 +02:00
[rpc] Add initialblockdownload to getblockchaininfo
This commit is contained in:
@@ -5,6 +5,7 @@
|
||||
"""Test RPCs related to blockchainstate.
|
||||
|
||||
Test the following RPCs:
|
||||
- getblockchaininfo
|
||||
- gettxoutsetinfo
|
||||
- getdifficulty
|
||||
- getbestblockhash
|
||||
@@ -58,6 +59,7 @@ class BlockchainTest(BitcoinTestFramework):
|
||||
'chainwork',
|
||||
'difficulty',
|
||||
'headers',
|
||||
'initialblockdownload',
|
||||
'mediantime',
|
||||
'pruned',
|
||||
'size_on_disk',
|
||||
|
||||
Reference in New Issue
Block a user