mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-11-28 06:50:38 +01:00
Replace "can not" with "cannot" in docs, user messages, and tests
This commit is contained in:
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user