Merge pull request #37 from jdb6167/master

Fixed issues with Python files
pull/25/head
Pavol Rusnak 9 years ago
commit f2ef64228a

@ -34,7 +34,7 @@ cdef class HDNode:
c.hdnode_public_ckd(cython.address(x.node), i)
return x
def private_ckd(self, int i):
def private_ckd(self, unsigned int i):
x = HDNode(copyfrom=self)
c.hdnode_private_ckd(cython.address(x.node), i)
return x

@ -5,6 +5,7 @@ from Cython.Build import cythonize
from Cython.Distutils import build_ext
srcs = [
'nist256p1',
'base58',
'bignum',
'bip32',

Loading…
Cancel
Save