diff options
author | John Newbery <john@johnnewbery.com> | 2017-09-06 11:05:28 -0700 |
---|---|---|
committer | John Newbery <john@johnnewbery.com> | 2017-10-26 12:11:09 -0400 |
commit | bd9c18171dff394925acf7bbddf773780d1c66bc (patch) | |
tree | 525062b9f6cf1c5dc22fa0d6cdd06854726a1888 /test | |
parent | 57ee73990f1ce29916adfd99f93eae1ccea1a43b (diff) |
[rpc] Add initialblockdownload to getblockchaininfo
Diffstat (limited to 'test')
-rwxr-xr-x | test/functional/blockchain.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/functional/blockchain.py b/test/functional/blockchain.py index 4576cb036a..49fafbc9aa 100755 --- a/test/functional/blockchain.py +++ b/test/functional/blockchain.py @@ -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', |