aboutsummaryrefslogtreecommitdiff
path: root/test/functional/rpc_blockchain.py
diff options
context:
space:
mode:
authorDan Gershony <dan.gershony@gmail.com>2019-09-06 12:30:15 +0100
committerDan Gershony <dan.gershony@gmail.com>2019-09-26 15:20:55 +0100
commit1a02edb3f2803b6f82f06a31acf0b0e5fc19bd1c (patch)
tree1dc21c5ed967755196db2223219402100575aff8 /test/functional/rpc_blockchain.py
parent4c329d43a5f99bc38e533e34393c2cc72800368a (diff)
downloadbitcoin-1a02edb3f2803b6f82f06a31acf0b0e5fc19bd1c.tar.xz
[RPC] Fix casing in getblockchaininfo to be inline with the rest of the response
The response in the RPC result `starttime` is camel cased while the rest of the response seems to be lower cased. If this was intentional please ignore this PR. Note: case might break existing callers Reflect the change in the test data Change to snake case
Diffstat (limited to 'test/functional/rpc_blockchain.py')
-rwxr-xr-xtest/functional/rpc_blockchain.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/functional/rpc_blockchain.py b/test/functional/rpc_blockchain.py
index 266a0d6cd2..278ce6d911 100755
--- a/test/functional/rpc_blockchain.py
+++ b/test/functional/rpc_blockchain.py
@@ -134,7 +134,7 @@ class BlockchainTest(BitcoinTestFramework):
'bip9': {
'status': 'started',
'bit': 28,
- 'startTime': 0,
+ 'start_time': 0,
'timeout': 0x7fffffffffffffff, # testdummy does not have a timeout so is set to the max int64 value
'since': 144,
'statistics': {