From fd826130a0a4e67fdc26f8064f4ecb4ff79b3333 Mon Sep 17 00:00:00 2001 From: Anthony Towns Date: Wed, 1 Dec 2021 17:46:21 +1000 Subject: rpc: move softfork info from getblockchaininfo to getdeploymentinfo --- test/functional/feature_cltv.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/functional/feature_cltv.py') diff --git a/test/functional/feature_cltv.py b/test/functional/feature_cltv.py index eb90b2c598..77e8545260 100755 --- a/test/functional/feature_cltv.py +++ b/test/functional/feature_cltv.py @@ -91,7 +91,7 @@ class BIP65Test(BitcoinTestFramework): self.rpc_timeout = 480 def test_cltv_info(self, *, is_active): - assert_equal(self.nodes[0].getblockchaininfo()['softforks']['bip65'], { + assert_equal(self.nodes[0].getdeploymentinfo()['deployments']['bip65'], { "active": is_active, "height": CLTV_HEIGHT, "type": "buried", -- cgit v1.2.3