aboutsummaryrefslogtreecommitdiff
path: root/test/functional/feature_txindex_compatibility.py
diff options
context:
space:
mode:
authorJon Atack <jon@atack.com>2022-02-17 12:54:39 +0100
committerJon Atack <jon@atack.com>2022-02-21 19:07:29 +0100
commit48742693acc9de837735674057c9aae2fe90bd1d (patch)
tree77aafdc1af1ed5016ef365e07dce7c63496d3aab /test/functional/feature_txindex_compatibility.py
parente670edd43441ecb6e5978d65348501c57d856030 (diff)
downloadbitcoin-48742693acc9de837735674057c9aae2fe90bd1d.tar.xz
Replace "can not" with "cannot" in docs, user messages, and tests
Diffstat (limited to 'test/functional/feature_txindex_compatibility.py')
-rwxr-xr-xtest/functional/feature_txindex_compatibility.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/functional/feature_txindex_compatibility.py b/test/functional/feature_txindex_compatibility.py
index bbe1d1b537..20b023d82c 100755
--- a/test/functional/feature_txindex_compatibility.py
+++ b/test/functional/feature_txindex_compatibility.py
@@ -78,7 +78,7 @@ class MempoolCompatibilityTest(BitcoinTestFramework):
self.stop_nodes()
- self.log.info("Check migrated txindex can not be read by legacy node")
+ self.log.info("Check migrated txindex cannot be read by legacy node")
err_msg = f": You need to rebuild the database using -reindex to change -txindex.{os.linesep}Please restart with -reindex or -reindex-chainstate to recover."
shutil.rmtree(legacy_chain_dir)
shutil.copytree(migrate_chain_dir, legacy_chain_dir)