mirror of
https://github.com/trezor/trezor-firmware.git
synced 2024-11-18 13:38:12 +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)
|
||||
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
|
||||
|
Loading…
Reference in New Issue
Block a user