pyspv
pyspv copied to clipboard
pyspv is a python implementation of a programmable Bitcoin SPV node
``` File "/usr/local/lib/python3.3/dist-packages/pyspv/network.py", line 619, in make_connection self.socket.connect(self.peer_address) socket.timeout: timed out During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/usr/local/lib/python3.3/dist-packages/pyspv/network.py", line 565, in...
.FFFF.. ====================================================================== FAIL: test_decode_Tgmc_returns_10002343 (__main__.Base58Tests) ---------------------------------------------------------------------- Traceback (most recent call last): File "d:\Tools\new\test\pyspv-master\pyspv\base58.py", line 45, in test_decode_Tgmc_returns_10002343 self.assertEqual(10002343, decoded) AssertionError: 10002343 != 5206695 ====================================================================== FAIL: test_decode_if_returns_1000 (__main__.Base58Tests) ---------------------------------------------------------------------- Traceback (most...