From 7ab4dcbbf42e7c7fc39e07662c6f0baa336aadf4 Mon Sep 17 00:00:00 2001 From: 4tochka Date: Tue, 9 Apr 2019 17:03:39 +0200 Subject: [PATCH] compressed int bug fix + more tests --- pybtc/test/__init__.py | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/pybtc/test/__init__.py b/pybtc/test/__init__.py index 8c51540..1269687 100644 --- a/pybtc/test/__init__.py +++ b/pybtc/test/__init__.py @@ -1,14 +1,14 @@ -# from .hash_functions import * +from .hash_functions import * from .integer import * -# from .address_functions import * -# from .script_functions import * -# from .ecdsa import * -# from .mnemonic import * -# from .sighash import * -# from .address_class import * -# from .transaction_deserialize import * -# from .transaction_constructor import * -# from .block import * +from .address_functions import * +from .script_functions import * +from .ecdsa import * +from .mnemonic import * +from .sighash import * +from .address_class import * +from .transaction_deserialize import * +from .transaction_constructor import * +from .block import * # from .script_deserialize import * # from .create_transaction import *