mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-11-12 06:58:57 +01:00
Add warnings field to getblockchaininfo
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user