diff options
author | John Newbery <john@johnnewbery.com> | 2019-05-20 14:58:09 -0400 |
---|---|---|
committer | John Newbery <john@johnnewbery.com> | 2019-08-13 15:53:02 -0400 |
commit | 3862e473f0cb71a762c0306b171b591341d58142 (patch) | |
tree | d7c981c6fc7292b289bce4fd22eb6f1c5c1a463c /test/functional/rpc_blockchain.py | |
parent | 3a3d8b83571205b8329d4ee25537e3cc4397c3b8 (diff) |
[rpc] Tidy up reporting of buried and ongoing softforks
This combines reporting of buried (formally ISM) softfork deployments
and BIP9 versionbits softfork deployments into one JSON object in the
getblockchaininfo return object.
Diffstat (limited to 'test/functional/rpc_blockchain.py')
-rwxr-xr-x | test/functional/rpc_blockchain.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/functional/rpc_blockchain.py b/test/functional/rpc_blockchain.py index facb05b54c..a3063f4781 100755 --- a/test/functional/rpc_blockchain.py +++ b/test/functional/rpc_blockchain.py @@ -78,7 +78,6 @@ class BlockchainTest(BitcoinTestFramework): keys = [ 'bestblockhash', - 'bip9_softforks', 'blocks', 'chain', 'chainwork', |