From f77f0e4825e17fdda5984ce556a1102e32e7af72 Mon Sep 17 00:00:00 2001 From: Andrew Chow Date: Mon, 17 Jul 2017 15:43:12 -0700 Subject: Add warnings field to getblockchaininfo --- test/functional/blockchain.py | 1 + 1 file changed, 1 insertion(+) (limited to 'test') 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 -- cgit v1.2.3