mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-06-30 02:31:05 +02:00
rpc: getdeploymentinfo: include block hash/height
This commit is contained in:
@ -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},
|
||||
|
Reference in New Issue
Block a user