[rpc] Add initialblockdownload to getblockchaininfo

This commit is contained in:
John Newbery
2017-09-06 11:05:28 -07:00
parent 57ee73990f
commit bd9c18171d
2 changed files with 4 additions and 0 deletions

View File

@@ -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',