aboutsummaryrefslogtreecommitdiff
path: root/test/functional/p2p_fingerprint.py
diff options
context:
space:
mode:
authorWladimir J. van der Laan <laanwj@gmail.com>2018-02-12 10:47:05 +0100
committerWladimir J. van der Laan <laanwj@gmail.com>2018-02-12 10:50:03 +0100
commit108af52ef75a466be71d04bb973b794eca17e212 (patch)
tree240825d37691b1d99ce72b2502b706e9f451e635 /test/functional/p2p_fingerprint.py
parent0dfc25f82a01d9fec26380d95915df31e1fe2c02 (diff)
parent11376b5583a283772c82f6d32d0007cdbf5b8ef0 (diff)
downloadbitcoin-108af52ef75a466be71d04bb973b794eca17e212.tar.xz
Merge #12393: Fix a-vs-an typos
11376b5 Fix a-vs-an typos (practicalswift) Pull request description: Fix a-vs-an typos. Tree-SHA512: 2cf74c15656a20ec13d2da7d86a39d14e634db368833d92da06a78d1266950accfc4fcc89cfecdaadd46e6b48b17e6fad29080428e564871e78482c53f3e855c
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.
"""