diff options
author | practicalswift <practicalswift@users.noreply.github.com> | 2018-04-24 21:12:02 +0200 |
---|---|---|
committer | practicalswift <practicalswift@users.noreply.github.com> | 2018-05-07 14:32:50 +0200 |
commit | d8c4998f3198e8d7e37a8414b9891f6b74b9173b (patch) | |
tree | 024d5ee00a52f539a95158ad92cd6aabbdab9b58 /test/functional/p2p_invalid_tx.py | |
parent | bd83704ec6fa9a6564cd0f489efa65c1ecb095c2 (diff) |
Fix typos
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 8a0961be1f..972c7c4207 100755 --- a/test/functional/p2p_invalid_tx.py +++ b/test/functional/p2p_invalid_tx.py @@ -79,7 +79,7 @@ class InvalidTxRequestTest(BitcoinTestFramework): self.reconnect_p2p(num_connections=2) self.log.info('Test orphan transaction handling ... ') - # Create a root transaction that we withold until all dependend transactions + # Create a root transaction that we withhold until all dependend transactions # are sent out and in the orphan cache tx_withhold = CTransaction() tx_withhold.vin.append(CTxIn(outpoint=COutPoint(block1.vtx[0].sha256, 0))) |