aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorAndrew Chow <achow101-github@achow101.com>2017-07-17 15:43:12 -0700
committerAndrew Chow <achow101-github@achow101.com>2017-09-27 11:27:26 -0400
commitf77f0e4825e17fdda5984ce556a1102e32e7af72 (patch)
tree0c806fc449508d4b642d69a5c763c1f41b18bdfc /test
parentef8340d25f7c5dd5682bdecea97ce84cfce1493c (diff)
downloadbitcoin-f77f0e4825e17fdda5984ce556a1102e32e7af72.tar.xz
Add warnings field to getblockchaininfo
Diffstat (limited to 'test')
-rwxr-xr-xtest/functional/blockchain.py1
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