Add tests to the wallet.py module.
[electrum-nvc.git] / lib / tests / test_bitcoin.py
index 50c8df3..e222717 100644 (file)
@@ -13,6 +13,7 @@ try:
 except ImportError:
     sys.exit("Error: python-ecdsa does not seem to be installed. Try 'sudo pip install ecdsa'")
 
+
 class Test_bitcoin(unittest.TestCase):
 
     def test_crypto(self):