From 5d1050f51647980b1204e3b44b319ab31948d11f Mon Sep 17 00:00:00 2001 From: Jon Atack Date: Fri, 30 Apr 2021 20:20:05 +0200 Subject: doc: fix -coinstatsindex help, and test/rpc touchups --- test/functional/rpc_blockchain.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/functional/rpc_blockchain.py') 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 -- cgit v1.2.3