From 48742693acc9de837735674057c9aae2fe90bd1d Mon Sep 17 00:00:00 2001 From: Jon Atack Date: Thu, 17 Feb 2022 12:54:39 +0100 Subject: Replace "can not" with "cannot" in docs, user messages, and tests --- test/functional/wallet_timelock.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/functional/wallet_timelock.py') diff --git a/test/functional/wallet_timelock.py b/test/functional/wallet_timelock.py index cf233a00ef..a71cec6607 100755 --- a/test/functional/wallet_timelock.py +++ b/test/functional/wallet_timelock.py @@ -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) -- cgit v1.2.3