This commit is contained in:
4tochka 2018-06-20 16:39:46 +04:00
parent 4e356b12a4
commit a367ab02b1
2 changed files with 1 additions and 1 deletions

Binary file not shown.

View File

@ -44,7 +44,7 @@ Usage example::
import pybtc
a = pybtc.Address()
print(a.address)
print(a.private_key.wif())
print(a.private_key.wif)