aboutsummaryrefslogtreecommitdiff
path: root/test/functional/p2p_fingerprint.py
diff options
context:
space:
mode:
authorpracticalswift <practicalswift@users.noreply.github.com>2018-02-11 10:48:15 +0100
committerpracticalswift <practicalswift@users.noreply.github.com>2018-02-11 10:48:15 +0100
commit11376b5583a283772c82f6d32d0007cdbf5b8ef0 (patch)
tree743f25d31a5e9e181eb8a2e5a37bfcbcc2fee8ec /test/functional/p2p_fingerprint.py
parent67447ba06057b8e83f962c82491d2fe6c5211f50 (diff)
downloadbitcoin-11376b5583a283772c82f6d32d0007cdbf5b8ef0.tar.xz
Fix a-vs-an typos
Diffstat (limited to 'test/functional/p2p_fingerprint.py')
-rwxr-xr-xtest/functional/p2p_fingerprint.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/functional/p2p_fingerprint.py b/test/functional/p2p_fingerprint.py
index 93ef73e25e..516ce8555b 100755
--- a/test/functional/p2p_fingerprint.py
+++ b/test/functional/p2p_fingerprint.py
@@ -4,7 +4,7 @@
# file COPYING or http://www.opensource.org/licenses/mit-license.php.
"""Test various fingerprinting protections.
-If an stale block more than a month old or its header are requested by a peer,
+If a stale block more than a month old or its header are requested by a peer,
the node should pretend that it does not have it to avoid fingerprinting.
"""