Skip to content

Commit b230f8b

Browse files
committed
[tests] Correct docstring for address.py
1 parent ea70e6a commit b230f8b

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

test/functional/test_framework/address.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,10 @@
22
# Copyright (c) 2016-2020 The Bitcoin Core developers
33
# Distributed under the MIT software license, see the accompanying
44
# file COPYING or http://www.opensource.org/licenses/mit-license.php.
5-
"""Encode and decode BASE58, P2PKH and P2SH addresses."""
5+
"""Encode and decode Bitcoin addresses.
6+
7+
- base58 P2PKH and P2SH addresses.
8+
- bech32 segwit v0 P2WPKH and P2WSH addresses."""
69

710
import enum
811
import unittest

0 commit comments

Comments
 (0)