diff options
| author | MarcoFalke <[email protected]> | 2018-03-21 11:16:28 -0400 |
|---|---|---|
| committer | MarcoFalke <[email protected]> | 2018-03-21 11:17:43 -0400 |
| commit | 4ad3b3c72c73d61e0a0cab541dca20acf651320d (patch) | |
| tree | a8f4405d7491b470bb345ffb936ec09cb887e345 /test/functional/p2p_compactblocks.py | |
| parent | Merge #12737: Remove unnecessary NONNEGATIVE_SIGNED (diff) | |
| parent | Fix typos (diff) | |
| download | discoin-4ad3b3c72c73d61e0a0cab541dca20acf651320d.tar.xz discoin-4ad3b3c72c73d61e0a0cab541dca20acf651320d.zip | |
Merge #12716: Fix typos and cleanup in various files
4d9b4256d8 Fix typos (Dimitris Apostolou)
Pull request description:
Unfortunately I messed up my repo while trying to squash #12593 so I created a PR with just the correct fixes.
Tree-SHA512: 295d77b51bd2a9381f1802c263de7ffb2edd670d9647391e32f9a414705b3c8b483bb0e469a9b85ab6a70919ea13397fa8dfda2aea7a398b64b187f178fe6a06
Diffstat (limited to 'test/functional/p2p_compactblocks.py')
| -rwxr-xr-x | test/functional/p2p_compactblocks.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/functional/p2p_compactblocks.py b/test/functional/p2p_compactblocks.py index e700e599a..1657d9728 100755 --- a/test/functional/p2p_compactblocks.py +++ b/test/functional/p2p_compactblocks.py @@ -548,7 +548,7 @@ class CompactBlocksTest(BitcoinTestFramework): # Note that it's possible for bitcoind to be smart enough to know we're # lying, since it could check to see if the shortid matches what we're # sending, and eg disconnect us for misbehavior. If that behavior - # change were made, we could just modify this test by having a + # change was made, we could just modify this test by having a # different peer provide the block further down, so that we're still # verifying that the block isn't marked bad permanently. This is good # enough for now. |