1
0
mirror of https://github.com/bitcoinbook/bitcoinbook synced 2024-11-22 08:08:11 +00:00

removed time module as it is no longer used in this example

This commit is contained in:
Andreas M. Antonopoulos 2015-02-23 17:54:19 -05:00
parent cd210e356a
commit 3a7b435d85

View File

@ -1,6 +1,5 @@
import ecdsa
import os
import time
from ecdsa.util import string_to_number, number_to_string
# secp256k1, http://www.oid-info.com/get/1.3.132.0.10