mirror of
https://github.com/trezor/trezor-firmware.git
synced 2025-04-25 19:49:02 +00:00
Merge pull request #37 from jdb6167/master
Fixed issues with Python files
This commit is contained in:
commit
f2ef64228a
@ -34,7 +34,7 @@ cdef class HDNode:
|
|||||||
c.hdnode_public_ckd(cython.address(x.node), i)
|
c.hdnode_public_ckd(cython.address(x.node), i)
|
||||||
return x
|
return x
|
||||||
|
|
||||||
def private_ckd(self, int i):
|
def private_ckd(self, unsigned int i):
|
||||||
x = HDNode(copyfrom=self)
|
x = HDNode(copyfrom=self)
|
||||||
c.hdnode_private_ckd(cython.address(x.node), i)
|
c.hdnode_private_ckd(cython.address(x.node), i)
|
||||||
return x
|
return x
|
||||||
|
Loading…
Reference in New Issue
Block a user