We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea70e6a commit b230f8bCopy full SHA for b230f8b
test/functional/test_framework/address.py
@@ -2,7 +2,10 @@
2
# Copyright (c) 2016-2020 The Bitcoin Core developers
3
# Distributed under the MIT software license, see the accompanying
4
# file COPYING or http://www.opensource.org/licenses/mit-license.php.
5
-"""Encode and decode BASE58, P2PKH and P2SH addresses."""
+"""Encode and decode Bitcoin addresses.
6
+
7
+- base58 P2PKH and P2SH addresses.
8
+- bech32 segwit v0 P2WPKH and P2WSH addresses."""
9
10
import enum
11
import unittest
0 commit comments