diff options
| author | practicalswift <[email protected]> | 2018-08-14 09:27:30 +0200 |
|---|---|---|
| committer | practicalswift <[email protected]> | 2018-09-04 13:11:26 +0200 |
| commit | ada356208e153e088c729c102d5d79c9c9d66f1a (patch) | |
| tree | f379a875fbf5208de2fe211c0f5c343bc1bc51f0 /test/functional/p2p_invalid_tx.py | |
| parent | Merge #11599: scripted-diff: Small locking rename (diff) | |
| download | discoin-ada356208e153e088c729c102d5d79c9c9d66f1a.tar.xz discoin-ada356208e153e088c729c102d5d79c9c9d66f1a.zip | |
Fix typos reported by codespell
Diffstat (limited to 'test/functional/p2p_invalid_tx.py')
| -rwxr-xr-x | test/functional/p2p_invalid_tx.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/functional/p2p_invalid_tx.py b/test/functional/p2p_invalid_tx.py index 12bc62131..40373689d 100755 --- a/test/functional/p2p_invalid_tx.py +++ b/test/functional/p2p_invalid_tx.py @@ -76,7 +76,7 @@ class InvalidTxRequestTest(BitcoinTestFramework): self.reconnect_p2p(num_connections=2) self.log.info('Test orphan transaction handling ... ') - # Create a root transaction that we withhold until all dependend transactions + # Create a root transaction that we withhold until all dependent transactions # are sent out and in the orphan cache SCRIPT_PUB_KEY_OP_TRUE = b'\x51\x75' * 15 + b'\x51' tx_withhold = CTransaction() |