From 376c0c6dae2bebbb3e1352377e71fb1996d09f64 Mon Sep 17 00:00:00 2001 From: Anthony Towns Date: Sun, 14 Nov 2021 08:44:40 +1000 Subject: rpc: getdeploymentinfo: include block hash/height --- test/functional/rpc_blockchain.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'test/functional/rpc_blockchain.py') diff --git a/test/functional/rpc_blockchain.py b/test/functional/rpc_blockchain.py index 2498543bbe..0e560abc49 100755 --- a/test/functional/rpc_blockchain.py +++ b/test/functional/rpc_blockchain.py @@ -177,6 +177,8 @@ class BlockchainTest(BitcoinTestFramework): assert height >= 144 and height <= 287 assert_equal(gdi_result, { + "hash": blockhash, + "height": height, "deployments": { 'bip34': {'type': 'buried', 'active': True, 'height': 2}, 'bip66': {'type': 'buried', 'active': True, 'height': 3}, -- cgit v1.2.3