Replace "can not" with "cannot" in docs, user messages, and tests

This commit is contained in:
Jon Atack
2022-02-17 12:54:39 +01:00
parent e670edd434
commit 48742693ac
16 changed files with 21 additions and 21 deletions

View File

@ -30,7 +30,7 @@ class WalletLocktimeTest(BitcoinTestFramework):
)
self.generate(node, 1)
self.log.info("Check that clock can not change finality of confirmed txs")
self.log.info("Check that clock cannot change finality of confirmed txs")
amount_before_ad = node.getreceivedbyaddress(address)
amount_before_lb = node.getreceivedbylabel(label)
list_before_ad = node.listreceivedbyaddress(address_filter=address)