aboutsummaryrefslogtreecommitdiff
path: root/test/functional/rpc_blockchain.py
diff options
context:
space:
mode:
authorJon Atack <jon@atack.com>2021-04-30 20:20:05 +0200
committerJon Atack <jon@atack.com>2021-05-01 13:57:26 +0200
commit5d1050f51647980b1204e3b44b319ab31948d11f (patch)
treeb1805cd68bb37abe398de07ba0095b5ad95114b8 /test/functional/rpc_blockchain.py
parente041ee0a80e5f3e10301acf8512a18864af750cd (diff)
downloadbitcoin-5d1050f51647980b1204e3b44b319ab31948d11f.tar.xz
doc: fix -coinstatsindex help, and test/rpc touchups
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 ac53a280b4..00324347ed 100755
--- a/test/functional/rpc_blockchain.py
+++ b/test/functional/rpc_blockchain.py
@@ -275,7 +275,7 @@ class BlockchainTest(BitcoinTestFramework):
assert 'muhash' in res6
assert(res['hash_serialized_2'] != res6['muhash'])
- # muhash should not be included in gettxoutset unless requested.
+ # muhash should not be returned unless requested.
for r in [res, res2, res3, res4, res5]:
assert 'muhash' not in r