mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-06-28 01:41:57 +02:00
[tests] Correct docstring for address.py
This commit is contained in:
parent
ea70e6a2ca
commit
b230f8b3f3
@ -2,7 +2,10 @@
|
|||||||
# Copyright (c) 2016-2020 The Bitcoin Core developers
|
# Copyright (c) 2016-2020 The Bitcoin Core developers
|
||||||
# Distributed under the MIT software license, see the accompanying
|
# Distributed under the MIT software license, see the accompanying
|
||||||
# file COPYING or http://www.opensource.org/licenses/mit-license.php.
|
# 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 enum
|
||||||
import unittest
|
import unittest
|
||||||
|
Loading…
x
Reference in New Issue
Block a user