From faa4043c660c9a61d304ba1375ce7a32e576ae79 Mon Sep 17 00:00:00 2001 From: MarcoFalke Date: Sun, 23 Sep 2018 11:34:51 -0400 Subject: qa: Run more tests with wallet disabled --- test/functional/test_framework/address.py | 3 +++ 1 file changed, 3 insertions(+) (limited to 'test/functional/test_framework') diff --git a/test/functional/test_framework/address.py b/test/functional/test_framework/address.py index d1fb97b024..456d43aa2e 100644 --- a/test/functional/test_framework/address.py +++ b/test/functional/test_framework/address.py @@ -9,8 +9,11 @@ from .util import bytes_to_hex_str, hex_str_to_bytes from . import segwit_addr +ADDRESS_BCRT1_UNSPENDABLE = 'bcrt1qqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqq3xueyj' + chars = '123456789ABCDEFGHJKLMNPQRSTUVWXYZabcdefghijkmnopqrstuvwxyz' + def byte_to_base58(b, version): result = '' str = bytes_to_hex_str(b) -- cgit v1.2.3