aboutsummaryrefslogtreecommitdiff
path: root/test/functional/test_framework
diff options
context:
space:
mode:
authorJohn Newbery <john@johnnewbery.com>2020-06-11 13:53:28 -0400
committerJohn Newbery <john@johnnewbery.com>2020-09-03 16:47:49 +0100
commitb230f8b3f3adcb1e2ae299094f9ae0a8bc7cc3d0 (patch)
tree974c11411f7748fa5143a5ecb1c08d9efef4e66e /test/functional/test_framework
parentea70e6a2ca0e183ef40cdb9b3b86f39e94366015 (diff)
downloadbitcoin-b230f8b3f3adcb1e2ae299094f9ae0a8bc7cc3d0.tar.xz
[tests] Correct docstring for address.py
Diffstat (limited to 'test/functional/test_framework')
-rw-r--r--test/functional/test_framework/address.py5
1 files changed, 4 insertions, 1 deletions
diff --git a/test/functional/test_framework/address.py b/test/functional/test_framework/address.py
index 5ed3213a00..4570167d7b 100644
--- a/test/functional/test_framework/address.py
+++ b/test/functional/test_framework/address.py
@@ -2,7 +2,10 @@
# Copyright (c) 2016-2020 The Bitcoin Core developers
# Distributed under the MIT software license, see the accompanying
# file COPYING or http://www.opensource.org/licenses/mit-license.php.
-"""Encode and decode BASE58, P2PKH and P2SH addresses."""
+"""Encode and decode Bitcoin addresses.
+
+- base58 P2PKH and P2SH addresses.
+- bech32 segwit v0 P2WPKH and P2WSH addresses."""
import enum
import unittest