1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-11-18 05:28:40 +00:00
This commit is contained in:
Jan Pochyla 2015-11-11 13:35:08 +01:00 committed by Pavol Rusnak
parent 07200a30e6
commit 3c335be049
No known key found for this signature in database
GPG Key ID: 91F3B339B9A02A3D

View File

@ -11,7 +11,7 @@ var nodeStruct = {
child_num: node.index,
fingerprint: node.parentFingerprint,
chain_code: node.chainCode,
public_key: node.keyPair.getPublicKeyBuffer().toString('hex')
public_key: node.keyPair.getPublicKeyBuffer()
};
var nodeSerialized = crypto.serializeNode(nodeStruct);