aboutsummaryrefslogtreecommitdiff
path: root/test/functional/rpc_decodescript.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/rpc_decodescript.py
parente670edd43441ecb6e5978d65348501c57d856030 (diff)
downloadbitcoin-48742693acc9de837735674057c9aae2fe90bd1d.tar.xz
Replace "can not" with "cannot" in docs, user messages, and tests
Diffstat (limited to 'test/functional/rpc_decodescript.py')
-rwxr-xr-xtest/functional/rpc_decodescript.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/functional/rpc_decodescript.py b/test/functional/rpc_decodescript.py
index 56f596d419..343cb73989 100755
--- a/test/functional/rpc_decodescript.py
+++ b/test/functional/rpc_decodescript.py
@@ -52,7 +52,7 @@ class DecodeScriptTest(BitcoinTestFramework):
rpc_result = self.nodes[0].decodescript('5100')
assert_equal('1 0', rpc_result['asm'])
- # null data scriptSig - no such thing because null data scripts can not be spent.
+ # null data scriptSig - no such thing because null data scripts cannot be spent.
# thus, no test case for that standard transaction type is here.
def decodescript_script_pub_key(self):