diff options
author | Andrew Chow <achow101-github@achow101.com> | 2017-07-17 15:43:12 -0700 |
---|---|---|
committer | Andrew Chow <achow101-github@achow101.com> | 2017-09-27 11:27:26 -0400 |
commit | f77f0e4825e17fdda5984ce556a1102e32e7af72 (patch) | |
tree | 0c806fc449508d4b642d69a5c763c1f41b18bdfc /test/functional/blockchain.py | |
parent | ef8340d25f7c5dd5682bdecea97ce84cfce1493c (diff) |
Add warnings field to getblockchaininfo
Diffstat (limited to 'test/functional/blockchain.py')
-rwxr-xr-x | test/functional/blockchain.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/functional/blockchain.py b/test/functional/blockchain.py index 63c56d0e9b..c5967aa10b 100755 --- a/test/functional/blockchain.py +++ b/test/functional/blockchain.py @@ -60,6 +60,7 @@ class BlockchainTest(BitcoinTestFramework): 'pruned', 'softforks', 'verificationprogress', + 'warnings', ] res = self.nodes[0].getblockchaininfo() # result should have pruneheight and default keys if pruning is enabled |